README.md created
This commit is contained in:
parent
82fe81047d
commit
9e12d4b455
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# My Hugo blog
|
||||
|
||||
## How I installed the PaperMod theme
|
||||
```sh
|
||||
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
|
||||
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
|
||||
```
|
||||
To update it:
|
||||
|
||||
```sh
|
||||
git submodule update --remote --merge
|
||||
```
|
Loading…
Add table
Reference in a new issue