Permalinks

Permalinks and Slugs

I’m playing around with how to structure these .md files since I can tell it’s going to get messy really quickly if I make any more than 10 posts.

During my best practices for Hugo search, I found some need coding that changes the URL.

I just put this in my hugo.toml:

[permalinks]
    posts = "/:year/:month/:slug/"
    page = "/:slug/"

Thanks kind Internet stranger!


Last modified on 2024-01-05