miniblog

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

commit 1127d5150c85cc8e8d72abbd5dadcac712b74ad1
parent a489a6c0bc72de91f2a41894eb3a20c56d423f87
Author: Decay <decaydjk@tilde.town>
Date:   Fri, 10 Apr 2020 19:46:24 +0000

Doc updates

Diffstat:
MREADME | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -73,12 +73,14 @@ Email your pull requests to decaydjk@tilde.town over local mail! If you have req ## 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: +Right now the automatic regeneration is pretty simpleminded. It should work correctly on adds or deletes but in case you run into a tricky edge case you can always request a full regeneration. -* 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. +Some improvements that would be nice: + +* Creating individual files per post so they can be linked independently. +* Appropriate meta tags to make the mobile display nicer +* Clearer ways of adding a user template +* Probably a lot of other stuff! ## License