Go to file
pre-commit-ci[bot] 397fc3549e
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-eslint: v8.45.0 → v8.46.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.45.0...v8.46.0)
2023-08-01 10:25:46 +00:00
.github/workflows fix pre-commit 2023-05-31 09:56:29 +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 publish find post 2023-06-29 22:37:41 +02:00
layouts preconnect to goatcounter & update schema 2023-06-05 08:50:36 +02:00
LICENSES Add licenses 2023-05-31 10:19:11 +02:00
static restore '*.svg' to git from lfs 2023-05-31 09:59:26 +02:00
themes Initial commit 2023-05-12 10:28:26 +02:00
.gitattributes restore '*.svg' to git from lfs 2023-05-31 09:59:26 +02:00
.gitignore update images with resizing & fix about links 2023-05-21 11:33:01 +02:00
.gitmodules Initial commit 2023-05-12 10:28:26 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-08-01 10:25:46 +00:00
config.yaml fix email address in contact buttons 2023-07-27 22:14:15 +02:00
LICENSE Add licenses 2023-05-31 10:19:11 +02:00
README.md Add new post instruction in readme 2023-06-28 11:28:50 +02:00

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