Updated Installation (markdown)

Aditya Telange
2025-03-08 23:57:08 +05:30
parent ddab698430
commit 693d671790

@@ -7,7 +7,7 @@
- [Support 🫶](#support-) - [Support 🫶](#support-)
- [Videos featuring PaperMod](#videos-featuring-papermod) - [Videos featuring PaperMod](#videos-featuring-papermod)
- [Quick Links](#quick-links) - [Quick Links](#quick-links)
- [Sample `config.yml`](#sample-configyml) - [Sample `hugo.yml`](#sample-hugoyml)
- [Sample `Page.md`](#sample-pagemd) - [Sample `Page.md`](#sample-pagemd)
--- ---
@@ -116,7 +116,7 @@ After you have created a new site, follow the below steps to add **PaperMod**
> hugo mod init YOUR_OWN_GIT_REPOSITORY > hugo mod init YOUR_OWN_GIT_REPOSITORY
> ``` > ```
> >
> - Add PaperMod in your `config.yml` file > - Add PaperMod in your `hugo.yml` file
> >
> ```go {linenos=true} > ```go {linenos=true}
> module: > module:
@@ -136,7 +136,7 @@ After you have created a new site, follow the below steps to add **PaperMod**
### Finally set theme as PaperMod in your site config ### Finally set theme as PaperMod in your site config
In `config.yml` add: In `hugo.yml` add:
```yml {linenos=true} ```yml {linenos=true}
theme: ["PaperMod"] theme: ["PaperMod"]
@@ -185,7 +185,9 @@ You can go through few videos which are available on YouTube for getting to know
--- ---
## Sample `config.yml` ## Sample `hugo.yml`
(Previously `config.yml`)
> **Example Site Structure is present here**: [exampleSite](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/) > **Example Site Structure is present here**: [exampleSite](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/)