mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-01-23 09:22:23 +01:00
@@ -108,7 +108,7 @@ Direct Links:
|
||||
hugo mod init YOUR_OWN_GIT_REPOSITORY
|
||||
```
|
||||
|
||||
- Add PaperMod in your `config.yml` file
|
||||
- Add PaperMod in your `hugo.yaml` file
|
||||
|
||||
```go {linenos=true}
|
||||
module:
|
||||
@@ -128,7 +128,7 @@ Read more : [Hugo Docs's - HUGO MODULES](https://gohugo.io/hugo-modules/use-modu
|
||||
|
||||
### Finally set theme as PaperMod in your site config
|
||||
|
||||
In `config.yml` add:
|
||||
In `hugo.yaml` add:
|
||||
|
||||
```yml {linenos=true}
|
||||
theme: ["PaperMod"]
|
||||
@@ -173,7 +173,7 @@ You can go through few videos which are available on YouTube for getting to know
|
||||
|
||||
---
|
||||
|
||||
## Sample `config.yml`
|
||||
## Sample `hugo.yaml`
|
||||
|
||||
> **Example Site Structure is present here**: [exampleSite](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user