This site is built using Zola, a static site generator built with Rust. The theme is Juice.
- Zola Installation instructions
- Juice Installation info - Note that I've explicitly dropped the git history and VCS info from the theme directory.
Under the hood, Zola uses Tera for templating.
The site lives in the site directory. Content like pages or blog posts live in, appropriately, content. Any kind of image like screenshots would live in static.
The templates directory extends elements from the theme, which is stored in, appropriately, themes/juice.
Once you've installed Zola, proceed as follows:
cd site
zola serveGo to the URL for the webserver (likely localhost:1111) to explore the site.
You can also use zola build to build it once to the public directory if you so choose.