vividvilla / ezhil

Clean and minimal personal blog theme for Hugo

Home Page:https://ezhil-hugo.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxonomies ignoring uglyurls=true

abcfy2 opened this issue · comments

Seems that this theme does not support uglyurls=true option: https://gohugo.io/content-management/urls/#ugly-urls

This is supported and theme doesn't have to do anything special to implement this. Only change from your side is to configure nav links properly. Here is an example for sample site

[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
name = "All posts"
url = "/posts.html"
weight = 2

[[menu.main]]
name = "About"
url = "/about.html"
weight = 3

[[menu.main]]
name = "Tags"
url = "/tags.html"
weight = 4

Please reopen the issue it doesn't solve your issue.