Building a static site generator in 100 lines of Rust

Building a static site generator in 100 lines of Rust.
And by that, I mean exactly 100 lines (excluding templates), with hot reload and an embedded web server :smiley: Conceptually, a static site generator is straightforward. It takes some files as input, often markdown, render them, merge them with pre-defined templates, and output everything as raw HTML files. Simple, basic.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.