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