mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +01:00
No description
.github/workflows | ||
archetypes | ||
assets | ||
content | ||
layouts | ||
LICENSES | ||
static | ||
themes | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.rtx.toml | ||
config.yaml | ||
LICENSE | ||
Makefile | ||
README.md | ||
to_ghost.py |
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