blog/README.md

11 lines
195 B
Markdown
Raw 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
```