# livejrnl-builderThis 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](https://www.deadjournal.com), colours and all.## FeaturesInstead of tables like DeadJournal does, I'm using [Toast](https://github.com/daneden/toast) for a CSS grid framework.The CSS is built with [sassc](https://github.com/sass/sassc) but you can replace `sassc` with your Sass implementation.There's also a template that generates XML for an RSS feed.## DisclaimerI'm not offering any support for this repo. It mainly exists as a repo with a premade template for [LiveJrnl](https://codeberg.org/berrysweet/livejrnl).## Usage1. `git clone --recurse-submodules git@codeberg:berrysweet/livejrnl-builder.git`2. Enter the `livejrnl` directory and [setup the venv](https://codeberg.org/berrysweet/livejrnl#install)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- [AGPL 3.0](LICENSE)