blog/README.md

16 lines
262 B
Markdown
Raw Permalink Normal View History

2023-05-31 09:51:34 +02:00
# blog
2023-05-12 10:28:26 +02:00
This is the repository for my blog, managed by hugo.
This repo uses submodules:
```shell
2023-05-31 09:51:34 +02:00
git clone git@github.com:Crocmagnon/blog.git
cd blog
2023-05-12 10:28:26 +02:00
git submodule update --init --recursive
```
2023-06-28 11:28:50 +02:00
To create a new post:
```shell
hugo new posts/$title/index.md
```