This is a little static site generator for xitlog, a blog about xit. It reads the blog posts out of html/feed.xml and renders them as html.
To re-generate the html files and view them in your browser:
zig build html
cd html
python -m http.server
As an experiment, you can also render the blog entirely client side with web assembly:
zig build wasm
cd wasm
python -m http.server
Lastly, you can also render the blog in your terminal:
zig build run
Your scientists were so preoccupied with whether or not they could, they didn’t stop to think if they should. -- Dr. Ian Malcolm