mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-01-23 17:32:25 +01:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user