Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 280 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 280 Bytes

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 ..