Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Set A Specific URL For A Page In Hugo

Use [TODO: Code shorthand span ] 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