~nyg/notes

Notes to remember stuff I've learnt and quickly forgotten.
Improve style
Add timeago.js lib
Update publish script

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nyg/notes
read/write
git@git.sr.ht:~nyg/notes

You can also use your local clone with git send-email.

#notes

Published at: notes.andstuff.dev.

#Instructions

# install required python packages
./install.sh

# build the site
rm -r site
mkdocs build

# serve the site
mkdocs serve

# publish the site
./publi.sh