Go to file
Gabriel Augendre 71c7debb7d add (incomplete) migration script 2023-12-05 22:44:32 +01:00
.github/workflows upgrade hugo 2023-10-08 16:43:34 +02:00
LICENSES Add licenses 2023-05-31 10:19:11 +02:00
archetypes fix pre-commit 2023-05-31 09:56:29 +02:00
assets fix admonitions links & increase horizontal padding 2023-06-29 22:37:56 +02:00
content add post image 2023-11-04 19:12:40 +04:00
layouts preconnect to goatcounter & update schema 2023-06-05 08:50:36 +02:00
static restore '*.svg' to git from lfs 2023-05-31 09:59:26 +02:00
themes auto toggle dark mode 2023-09-18 21:24:11 +02:00
.gitattributes restore '*.svg' to git from lfs 2023-05-31 09:59:26 +02:00
.gitignore add (incomplete) migration script 2023-12-05 22:44:32 +01:00
.gitmodules auto toggle dark mode 2023-09-18 21:24:11 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-11-20 20:45:06 +00:00
.rtx.toml add (incomplete) migration script 2023-12-05 22:44:32 +01:00
LICENSE Add licenses 2023-05-31 10:19:11 +02:00
Makefile Update makefile 2023-10-17 18:35:49 +02:00
README.md Add new post instruction in readme 2023-06-28 11:28:50 +02:00
config.yaml auto toggle dark mode 2023-09-18 21:24:11 +02:00
to_ghost.py add (incomplete) migration script 2023-12-05 22:44:32 +01:00

README.md

blog

This is the repository for my blog, managed by hugo.

This repo uses submodules:

git clone git@github.com:Crocmagnon/blog.git
cd blog
git submodule update --init --recursive

To create a new post:

hugo new posts/$title/index.md