miniblog

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

DateCommit messageAuthorFiles+-
2024-02-18 07:15Basic support for draftsDecay4+66-39
2024-02-18 05:05Prerender contentDecay9+179-89
2022-11-29 16:33Refactor to allow a post ID to be plumbed through the contentDecay2+13-14
2022-11-29 05:57Implement support for collapsibles and individual post pages linksDecay5+84-64
2022-11-01 04:08Make -l work with pagesDecay1+1-1
2022-04-17 06:43RSS improvementsDecay1+11-3
2022-04-16 05:07Implement support for twitter cardsDecay5+76-15
2020-12-22 02:18Add support scalable youtube embedsDecay4+73-0
2020-12-22 01:19Make the default layout a little nicerDecay1+1-1
2020-12-22 01:13Allow plaintext entries in links menuDecay1+5-1
2020-12-16 03:27Initial ARIA rolesDecay3+4-4
2020-11-02 21:09Moving to 3BMD for Markdown processingDecay2+4-3
2020-10-15 22:15Clean up page tree generationDecay1+4-3
2020-10-13 19:52Switch from cl-emb to DjulaDecay15+339-314
2020-10-13 06:32Get rid of the date formatters passed to the templatesDecay4+15-20
2020-10-13 05:34Stop plumbing timezone everywhereDecay7+104-102
2020-10-13 05:33Fixing with-page-id/with-entry-idDecay2+42-42
2020-10-13 04:58Getting rid of the spurious make-*-format functionsDecay6+66-57
2020-10-13 04:00Starting to decouple the blog data from the DBDecay7+400-338
2020-10-08 02:49Add blank separator to linksDecay1+5-1
2020-10-07 01:05Export the new config var, hehDecay1+1-1
2020-10-07 01:04Make DB configuration configuration in .miniblogrcDecay1+8-6
2020-10-04 23:16Initial set of unit testsDecay5+282-1
2020-09-29 08:14Fixing month-and-index regenerationDecay1+4-3
2020-09-25 07:23Fixing list-entriesDecay1+1-1
2020-09-25 07:10Adding mobile viewport tagDecay1+1-0
2020-09-20 02:50Fixing a bug when adding pagesDecay1+19-18
2020-09-18 21:04Support for static pages!Decay15+620-373
2020-09-15 20:57Page generation codeDecay3+136-1
2020-09-15 20:18Adding a .gitignoreDecay1+1-0
2020-09-15 20:17DB support for pagesDecay2+125-3
2020-09-13 06:35Less mysterious refactoring of DB handlingDecay3+10-4
2020-09-12 21:46More mysterious changesDecay1+2-3
2020-09-12 21:46Refactoring and minor new functionality for mysterious reasonsDecay4+22-4
2020-07-16 06:13Converting the unstructured post list into a property listDecay5+57-53
2020-05-23 18:43RSS Support!Decay8+270-87
2020-04-10 19:46Doc updatesDecay1+7-5
2020-04-10 19:33Fix regeneration for deleted months as wellDecay1+15-14
2020-04-10 19:22Correctly regenerate the full archive whenever a new month is addedDecay1+15-3
2020-03-22 23:33Make default template handle the links list betterDecay1+1-1
2020-02-26 23:56Make delete do basic regenerationDecay1+14-4
2020-02-24 19:39Separator between posts in default templateDecay1+5-1
2020-02-11 21:20CSS fixupDecay1+2-2
2020-02-11 21:16Make template work a little nicer with hires phonesDecay1+1-1
2020-02-10 22:45Modifying the index page to have top 10 postsDecay1+6-5
2020-02-10 17:44Make the archives look a little nicerDecay1+1-1
2020-02-09 02:27Binding nil defaults for certain config entriesDecay1+3-3
2020-02-09 01:24Making display a little nicer for mobileDecay1+6-0
2020-02-09 01:13Fixing a miss in the previous commitDecay1+4-4
2020-02-09 00:08Nuking gen-yearDecay2+1-23
2020-02-08 23:57Add some more configurable display elementsDecay3+32-10
2020-02-08 22:33Bugs/Issues section in READMEDecay1+9-0
2020-02-08 22:16Updating docs for getting from gitDecay1+7-2
2020-02-08 21:35Adding documentation and license informationDecay3+763-9
2020-02-08 21:16Fixing up command line flag helpDecay1+1-1
2020-02-08 20:40Adding a program-op definition to build binariesDecay1+6-0
2020-02-08 20:40Fixing up generated archival linksDecay3+17-4
2020-02-08 19:38Remove spurious debug printDecay1+0-1
2020-02-08 19:36Initialize the default template as a top level formDecay3+7-9
2020-02-08 19:32Configurable blog titleDecay3+10-2
2020-02-08 06:30Enable external configuration + improving templateDecay2+69-42
2020-02-07 23:41Initial implementation of archive datesDecay2+65-42
2020-02-07 21:55Basic blog functionalityDecay7+291-55
2020-02-04 23:13Basic implementation of command-line interface and editing.Decay6+130-8
2020-02-04 18:38Adding post auditing to the templateDecay2+20-4
2020-02-03 23:26Add eco template and some supporting mechanismsDecay4+65-0
2020-02-03 20:53Making package names hierarchicalDecay3+4-4
2020-02-03 20:23Initial checkinDecay5+173-0