🚨 This project is no longer being maintained. Contact digitalgov@gsa.gov for inquiries.
Needing a little help with Markdown? Check out this handy cheatsheet.
Here is how to add a link in Markdown:
[words you want to link](URL)
Here is how to add a link to an internal page in Markdown:
- find the filename that you'd like to link to, e.g.
pages/2018-2-14-Meeting.md
. - copy/paste that filename into this string:
{{ site.baseurl }}{% link pages/2018-2-14-Meeting.md %}
- use this as your "URL" in the regular markdown link format, e.g.
[words you want to link]({{ site.baseurl }}{% link pages/2018-2-14-Meeting.md %})
If you formerly had a page at: https://emerging.digital.gov/vr/
and have now moved it to
https://emerging.digital.gov/virtual-reality/
You'll need to add this bit of data to the front-matter to the new page that readers will read, in this case it is the virtual-reality.md
file:
redirect_from:
- /vrar/
If you have multiple paths, please add them like this:
redirect_from:
- /vrar/
- /space-goggles/