mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 12:03:53 +01:00
10 lines
198 B
Markdown
10 lines
198 B
Markdown
# hugo-blog
|
|
|
|
This is the repository for my blog, managed by hugo.
|
|
|
|
This repo uses submodules:
|
|
```shell
|
|
git clone git@github.com:Crocmagnon/hugo-blog.git
|
|
git submodule update --init --recursive
|
|
```
|
|
|