sc0ttj / mdsh

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

Add more page types #14

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago
  1. 2009/index.html - posts by year... a summary, listing post titles, nicely organised/separated by date.

  2. list_all_posts - function to list all posts in full (to be used wherever).

  3. 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

Nearly done...

Just need to add months as headings to break up the lists of all posts in archive and yearly indexes.

And if more than one year, add year as heading in archive page.