-
I looked at the wiki to find out and all it says that I need to enable these options in my config.yaml : # Search
outputs:
home:
- HTML
- RSS
- JSON and I added an option to reach the search page by listing it on the navbar : - identifier: tags
name: Tags
url: /tags/
weight: 40 But looking through assets/js/fastsearch.js I found I need a index.json file through which fuse.js can search. How do I generate that? |
Beta Was this translation helpful? Give feedback.
Answered by
shellheim
Sep 21, 2023
Replies: 1 comment
-
My bad, it's just I thought I had to put the outputs as a dictionary inside the params dictionary but that's not how YAML works. It's works now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shellheim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, it's just I thought I had to put the outputs as a dictionary inside the params dictionary but that's not how YAML works. It's works now.