GitHub

This is the home of a static blog I've written using Rust to generate all of the requisite HTML.

It's meant to be an experiment in using largely pure HTML and CSS, with only minimal JavaScript, to create an extremely fast, accessible, and easy to read website.

License

All of the code here is licensed under the Mozilla Public License 2.0, and the blog posts (which you can find in the posts/ directory) are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License

Running Locally

Just clone the directory and run cargo run run. To regenerate HTML files, run cargo run generate.

Read the original on github.com ↗