sc0ttj / mdsh

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

Create `author/${author}.html` pages #37

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

For each author on the site, they should have their own page:

authors/<name>.html

And the page should list all the posts created by that author.

And in places where the the authors names are listed, they should be links to the authors page, which lists all the posts they have written.

sc0ttj commented 5 years ago

duplicate of "more page types" .. put it there instead.