~damien/blog

Source code backing damienradtke.com
Add public directory
Add post on simple server setup
Small resume changes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~damien/blog
read/write
git@git.sr.ht:~damien/blog

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

#Blog

This repository contains posts hosted at https://damienradtke.com.

#Git Hook Setup

In order to push updates to this blog, it needs to be hosted on a support server, and the post-receive hook registered:

$ git clone --bare git@git.sr.ht:~damien/blog blog
$ cd blog

Then put the post-receive deploy script in hooks/ (TBD).