My personal blog made with Hugo https://tarneo.fr
Go to file
tarneo e9a0313454
Update statement on Nextcloud and office suites
2024-05-14 22:02:52 +02:00
.githooks Update pre-commit hook shebang for nixos 2024-01-15 19:46:52 +01:00
archetypes Run prettier on whole repo 2024-04-16 18:34:59 +02:00
assets/img Remove pictures page 2023-12-08 12:22:03 +01:00
content Update statement on Nextcloud and office suites 2024-05-14 22:02:52 +02:00
layouts Run prettier on whole repo 2024-04-16 18:34:59 +02:00
static Publish new SSH publickey 2024-04-21 13:37:30 +02:00
themes Update theme 2024-05-03 21:12:28 +02:00
.gitignore gitignore: Reword comment 2024-03-20 18:20:06 +01:00
.gitmodules Switch to separate theme repo 2023-12-03 15:51:48 +01:00
.hugo_build.lock Working template 2023-05-05 12:08:49 +02:00
Makefile Makefile: Update deploy target 2024-05-12 13:17:31 +02:00
README.md Run prettier on whole repo 2024-04-16 18:34:59 +02:00
check-links.sh check-links.sh: Deduplicate links (`sort | uniq`) 2024-04-20 13:15:27 +02:00
config.yaml config: Add IT ethics to description 2024-05-01 15:31:13 +02:00
flake.lock Add basic dev environment nix flake 2024-01-22 17:57:37 +01:00
flake.nix flake.nix: Add setup for nix run .#dev 2024-01-28 20:10:05 +01:00

README.md

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.