index : livejrnl-builder.git

ascending towards madness

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

  1. git clone --recurse-submodules git@codeberg:berrysweet/livejrnl-builder.git
  2. Enter the livejrnl directory and setup the venv
  3. Edit config.json in livejrnl-builder to fit your needs.
  4. Run build.sh.

After running build.sh your files will be found in the build directory.

License