This is the source code for my blog. You can see it live at tarneo.fr.
My way of deploying this site is to use rsync, see the Makefile for more details.
To allow for automatic checking of e.g. newly created post dates, the .githooks/
directory should be used by Git. Run:
git config --local core.hooksPath .githooks/
All articles on this website are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC-BY-SA).
The code (HTML & CSS) is licensed under the GNU General Public License v2.