miniblog

Miniblog: A command-line static blog system in Common Lisp
Log | Files | Refs | README | LICENSE

commit e15b75a796b25bc2a556cf655f52878bd0acef1f
parent 8162afaecc8afdda2cb9206b22d73f1b91438be1
Author: Decay <decaydjk@tilde.town>
Date:   Sat,  8 Feb 2020 22:33:41 +0000

Bugs/Issues section in README

Diffstat:
MREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -71,6 +71,15 @@ This will set the timezone of your posts to Pacific and your blog title to "Deca Email your pull requests to decaydjk@tilde.town over local mail! If you have requests or suggestions, hit me up as well and let's talk about it! +## Bugs/Issues + +Right now the automatic regeneration is pretty simpleminded so it's +probably best to do a full regen if you do anything more complicated than +just adding or editing a basic post. Needed improvements: + +* Regen as appropriate on deletion. +* Regen everything if the archive state changes (when adding a new month or deleting the only post in a given month. + ## License GNU GPL 3.0 or later (https://choosealicense.com/licenses/gpl-3.0/)