sc0ttj / mdsh

A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10 stars 0 forks source link

More index pages #4

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

Generate index pages in ./posts/ for each year and month, which list all posts.

Example:

posts/2019/index.html         # lists all posts written in 2019
posts/2019/02/index.html   # lists all posts written in Feb 2019