livejrnl-builder
This is the build script that I used to use for my Neocities site with some generic modifications. I didn't include the colour scheme and site-specific templates that I'm currently using. I modeled the included template from the default template at DeadJournal, colours and all.
Features
Instead of tables like DeadJournal does, I'm using Toast for a CSS grid framework.
The CSS is built with sassc but you can replace sassc with your Sass implementation.
There's also a template that generates XML for an RSS feed.
Disclaimer
I'm not offering any support for this repo. It mainly exists as a repo with a premade template for LiveJrnl.
Usage
git clone --recurse-submodules git@codeberg:berrysweet/livejrnl-builder.git- Enter the
livejrnldirectory and setup the venv - Edit
config.jsoninlivejrnl-builderto fit your needs. - Run
build.sh.
After running build.sh your files will be found in the build directory.