blog/README.md

11 lines
198 B
Markdown
Raw Normal View History

2023-05-12 10:28:26 +02:00
# hugo-blog
This is the repository for my blog, managed by hugo.
This repo uses submodules:
```shell
2023-05-18 17:36:46 +02:00
git clone git@github.com:Crocmagnon/hugo-blog.git
2023-05-12 10:28:26 +02:00
git submodule update --init --recursive
```