RatanShreshtha / DeepThought

A simple blog theme focused on writing powered by Bulma and Zola.
https://deepthought-theme.netlify.app/
MIT License
177 stars 92 forks source link

Organize md files in sub folders #9

Closed joesan closed 3 years ago

joesan commented 3 years ago

This is a wonderful template that I'm considering using for my blog. I did give it a try, but I need some help on an issue that I'm facing. Here it is:

In the docs folder I have created several sub folders in which I have added the respective .md files. I want to get the same effect as when I click on the posts in the website navigation, I have to get the .md files listed based on created date. When I tried this, I do not get to see the files listed and all I see is an empty page. Do I need to make any modifications to the _index.md such that the page lists all the .md files from inside the sub folders?

joesan commented 3 years ago

This is resolved! I got to raise this question with Zola and got a resolution!

https://github.com/getzola/zola/issues/1353