install guide update

This commit is contained in:
Aditya Telange 2020-10-10 20:01:05 +05:30
parent ccaca9896c
commit 3aefd49526
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -33,6 +33,7 @@ Inside the folder of your Hugo site, run:
> >
> ```console > ```console
> git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/hugo-PaperMod > git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/hugo-PaperMod
> git submodule update --init --recursive
> ``` > ```
> > Updating theme with submodule : > > Updating theme with submodule :
> > ```console > > ```console
@ -135,6 +136,7 @@ cover:
image: '<image path/url>' image: '<image path/url>'
alt: '<alt text>' alt: '<alt text>'
caption: '<text>' caption: '<text>'
relative: false
comments: false comments: false
--- ---
``` ```