Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 729 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 729 Bytes

tarneo.fr

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.

Hook configuration

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/

License

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.