Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Set A Specific URL For A Page In Hugo

Use `url` in the frontmatter to set a URL regardless of where it is in the file structure.

For example, if you have a file with the path:

content/storage/2020/alpha.md

With the front matter:

title: Example File Move url: /omega ---

It will end up at:

https://www.example.com/omega/

Note that it must start with a `/`.

TKTKTK: Figure out if trailing slash mattersi