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
{{ message }}
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
I am trying this theme with hugo v0.50, because it looks great, but I am having major problems. My "content" folder has this structure:
about.md
bio.md
<other pages>
post/ <==== this is the folder where all the blog posts are (renaming it to archives, blog, or anything else does not change what reported below)
the problem is that, with this theme only_
the home page, listing of all posts from newest to oldest, is /post/index.html, instead of being /index.html . That page is blank (only site name, menu and footer).
categories and tags of a post are not listed below it
it is not clear where/how to insert and format a sidebar
no search bar appears
The relevant part of the config.toml file is below. Changing publishDir to any value (post, /, whatever) seems to make no difference). Thanks in advance for your help