Build a blog using markdown files
md file structure has to follow these conditions:
To be continued
Posts must be created in the following format - YYYY-MM-DAY-postname.md
The file structure can only be base, year, or month.
Ex. posts > post.md
Ex. posts > 2019 > post.md
Ex. posts > 2019 > 01 > post.md
Posts will always be build in one structure.
posts > year > post.html
To be continued
Each folder will have a generated index.html which provides a listing of all the posts which fall under that category. The same goes for tags.
A 'tag' folder will be generated to have an index type listing of all the tagged posts.