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

@@ -70,7 +70,7 @@ Create a page with `archive.md` in `content` directory with following content
```shell
.
├── config.yml
├── hugo.yaml
├── content/
│ ├── archives.md <--- Create archive.md here
│ └── posts/
@@ -162,7 +162,7 @@ params:
PaperMod uses [Fuse.js Basic](https://fusejs.io/getting-started/different-builds.html#explanation-of-different-builds) for search functionality
Add the following to site config, `config.yml`
Add the following to site config, `hugo.yaml`
```yml {linenos=true,hl_lines=[5]}
outputs:
@@ -397,7 +397,7 @@ author: ["Me", "You"]
---
```
To use Multiple Authors Site-wide, in `config.yml`:
To use Multiple Authors Site-wide, in `hugo.yaml`:
```yml
params: