/blog

My personal blog, all in the open. https://gaultier.github.io/blog/

Primary LanguageHTML

https://gaultier.github.io/blog/

Quickstart

apt install cmark zig

$ zig build

# (Re)generate all articles
./zig-out/bin/blog

# Output the table of contents
$ ./zig-out/bin/blog toc <file.md>

Serving the files locally:

$ python3 -m http.server -d ..