Holly's Briars

You are viewing a single post out of many.

If you happen to like what you're reading, go here to read more and unpack the rest of this mess.


Click on a #tag to jump to that post category, or go here to visit the archive.


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.