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