Add support for client-side search with Fuse.js. Implements #42.
Based on https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae
This commit is contained in:
parent
946a8bd4d5
commit
9fc697e7b1
5 changed files with 245 additions and 0 deletions
|
@ -32,6 +32,14 @@ languages:
|
|||
languageName: 中文
|
||||
weight: 8
|
||||
|
||||
# At least HTML and JSON are required for the main HTML content and
|
||||
# client-side JavaScript search
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
|
||||
# DefaultContentLanguage: fr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue