fix(#1824): replace config.yml with hugo.yaml (#1825)

This commit is contained in:
ManInDark
2026-01-17 19:48:32 +01:00
committed by GitHub
parent 3c8007f8ab
commit 5794ddcc79
4 changed files with 13 additions and 13 deletions

View File

@@ -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/)