berrygen - SSG in Rust
- 2023-08-17
- 11:21
Good morning! I'm working on something called berrygen
. It is a Rust application that generates static websites, utilising most of the code from livejrnl-rs. It is yet again powered by minijinja under the hood.
In its current form, this website is being generated from Markdown files in a directory. Each file is passed to berrygen using a shell script to loop through the files in the directory. There is no support for jrnl and there will not be. I am dropping jrnl support because I write most of my entries in Obsidian. When the time comes, I will be writing an exporter to export the jrnl files to be used with berrygen.
Any posts before this one will be from the import. I will publish the source when it is in a state to be shared.