sc0ttj / mdsh

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

Bug: `posts.csv` not kept up-to-date #29

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

1. Deleted posts should be removed from posts.csv:

This should happen before any other scripts do their thing.

2. Also, whenever posts.csv is parsed, lines which are comments should be ignored.

sc0ttj commented 5 years ago

Points 1 and 2 fixed...