Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 411 Bytes

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

Quickstart

Requirements:

Build this blog (i.e. convert markdown files to HTML):

$ ./build.sh release
$ ./main.bin

Serve the files locally:

$ python3 -m http.server -d ..

Optimize a PNG (requires pngquant):

$ pngquant foo.png -o foo.tmp && mv foo.tmp foo.png