README.md updated on how to clone the repository and git init the submodules
This commit is contained in:
parent
9e12d4b455
commit
14aba63a8b
1 changed files with 9 additions and 0 deletions
|
@ -1,10 +1,19 @@
|
||||||
# My Hugo blog
|
# My Hugo blog
|
||||||
|
|
||||||
|
## Clonning the repository
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://git.sudodnf.com/peps/blog.git
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## How I installed the PaperMod theme
|
## How I installed the PaperMod theme
|
||||||
```sh
|
```sh
|
||||||
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
|
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)
|
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
|
||||||
```
|
```
|
||||||
|
|
||||||
To update it:
|
To update it:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue