8000 GitHub - gaultier/blog: My personal blog, all in the open. https://gaultier.github.io/blog/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gaultier/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Quickstart

Ensure git submodules are present e.g. git submodule update --init.

Requirements:

  • A C23 compiler
  • git

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

# Build once.
$ make gen
# Watch & rebuild on change (requires `entr`).
$ make dev

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

Spell (in Neovim):

:setlocal spell spelllang=en_us

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0