mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 12:03:53 +01:00
No description
7fabeb9fbd
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.3) - [github.com/pre-commit/mirrors-eslint: v8.54.0 → v8.55.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.54.0...v8.55.0) |
||
---|---|---|
.github/workflows | ||
archetypes | ||
assets | ||
content | ||
layouts | ||
LICENSES | ||
static | ||
themes | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
config.yaml | ||
LICENSE | ||
Makefile | ||
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