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

@@ -57,7 +57,7 @@ Why was the `asset` not loading ? : [How_browsers_handle_Subresource_Integrity](
**Solution:**
Set the following in `config.yml`
Set the following in `hugo.yaml`
```yml {linenos=true}
params:
@@ -81,7 +81,7 @@ Create folder in yout project directory as
```
.(site root)
├── config.yml
├── hugo.yaml
├── content/
├── theme/hugo-PaperMod/
└── assets/
@@ -107,7 +107,7 @@ Custom css/js can be added by way mentioned below.
```
.(site root)
├── config.yml
├── hugo.yaml
├── content/
├── theme/hugo-PaperMod/
└── layouts
@@ -130,7 +130,7 @@ and contents of `extend_footer.html` will be added to bottom of page.
You can add menu entries which will appear in the header of every page.
To do so, add a `menu` section to your site's `config.yml`:
To do so, add a `menu` section to your site's `hugo.yaml`:
```yml {linenos=true}
menu:
@@ -242,7 +242,7 @@ use `align=center` to center image with captions
## Using Hugo's Syntax highlighter "chroma"
1. Disable Highlight.js in site `config.yml`
1. Disable Highlight.js in site `hugo.yaml`
```yml {linenos=true}
params:
@@ -250,7 +250,7 @@ use `align=center` to center image with captions
disableHLJS: true
```
2. Set hugo's markdown styling in site `config.yml`
2. Set hugo's markdown styling in site `hugo.yaml`
```yml {linenos=true}
markup: