cntrump / hugo-notepadium

a fast gohugo theme, 100% JavaScript-free.
https://examplesite.lvv.me/
MIT License
332 stars 125 forks source link

List pages in content/ #100

Closed setu4993 closed 3 years ago

setu4993 commented 4 years ago

Hugo Version: 0.73.0 Build Command: hugo --gc --minify

Thanks for building and maintaining this really nice theme.

How can I list all the pages that are in the root of content/ at the homepage? If I move them to a sub-directory within content (content/posts/), they show up as a list on the homepage, but not when they are in the content/ directory.

My current directory structure:

content
├── X.md
├── Y.md
├── _index.md