You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no reason that content/posts exists while all posts get a permalink of /news/. Just put the posts under content/news/ and cleanup the permalinks from the front matter (and from hugo.toml). Extra: create a new "archetype" for it to enable hugo new content content/news/.... Move news to content/news #445
The active param in the front matter seems to do nothing. My guess is that it's used for highlighting the currently active nav item. Just use some clever Hugo code for highlighting the right menu item. Highlight current page in navbar ("active" behavior) #448
Images in static/images could potentially be moved to make use of Page Bundles. Makes it clear to which page the image belongs and easier to cleanup the website when needed.
Some more improvements, mostly making use of Hugo's features.
layouts/doc/user/single.htmlshould make use oflayouts/baseof.htmlin order to have the things like the normal nav bar on the doc pages.Add navigation bar to docs #446
content/postsexists while all posts get a permalink of/news/. Just put the posts undercontent/news/and cleanup the permalinks from the front matter (and from hugo.toml). Extra: create a new "archetype" for it to enablehugo new content content/news/....Move news to content/news #445
activeparam in the front matter seems to do nothing. My guess is that it's used for highlighting the currently active nav item. Just use some clever Hugo code for highlighting the right menu item.Highlight current page in navbar ("active" behavior) #448
static/imagescould potentially be moved to make use of Page Bundles. Makes it clear to which page the image belongs and easier to cleanup the website when needed.content/doc/_index.htmlcan be converted to Markdown.Convert doc/_index.html to markdown #447
refactor: add scratch shortcode for Markdown-based page sections #457 (doesn't include sponsors part)