11 lines
134 B
Markdown
11 lines
134 B
Markdown
# My Blog Site
|
|
|
|
## Setting up the git submodule theme
|
|
|
|
Run the following commands:
|
|
|
|
```sh
|
|
git submodule init
|
|
git submodule update
|
|
```
|