rework search integration (#262)
This commit is contained in:
parent
00334dbfbf
commit
bbfc75ecb0
7 changed files with 8 additions and 64 deletions
|
@ -32,19 +32,6 @@ enableRobotsTXT = true
|
|||
startLevel = 1
|
||||
endLevel = 9
|
||||
|
||||
[outputFormats.Search]
|
||||
name = "Search"
|
||||
mediaType = "application/json"
|
||||
baseName = "searchconfig"
|
||||
isPlainText = false
|
||||
rel = "alternate"
|
||||
isHTML = false
|
||||
noUgly = true
|
||||
permalinkable = false
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "SEARCH" ]
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
|
@ -83,8 +70,7 @@ home = [ "HTML", "SEARCH" ]
|
|||
# You can also specify this parameter per page in front matter.
|
||||
geekdocEditPath = "edit/main/exampleSite/content"
|
||||
|
||||
# (Optional, default true) Enables search function with flexsearch. To use the search you
|
||||
# have to ensure `outputFormats` and `outputs` are properly configured as well (see below).
|
||||
# (Optional, default true) Enables search function with flexsearch.
|
||||
# Index is built on the fly and might slow down your website.
|
||||
geekdocSearch = false
|
||||
|
||||
|
@ -162,23 +148,6 @@ markup:
|
|||
taxonomies:
|
||||
tag: tags
|
||||
|
||||
outputFormats:
|
||||
Search:
|
||||
name: "Search"
|
||||
mediaType: "application/json"
|
||||
# generated file: <baseName>.<mediaType."application/feed+json".suffixes[0]> = feed.json
|
||||
baseName: "searchconfig"
|
||||
isPlainText: false
|
||||
rel: "alternate"
|
||||
isHTML: false
|
||||
noUgly: true
|
||||
permalinkable: false
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- SEARCH
|
||||
|
||||
params:
|
||||
# (Optional, default 6) Set how many table of contents levels to be showed on page.
|
||||
# Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
|
||||
|
@ -214,8 +183,7 @@ params:
|
|||
# You can also specify this parameter per page in front matter.
|
||||
geekdocEditPath: edit/main/exampleSite/content
|
||||
|
||||
# (Optional, default true) Enables search function with flexsearch. To use the search you
|
||||
# have to ensure `outputFormats` and `outputs` are properly configured as well (see below).
|
||||
# (Optional, default true) Enables search function with flexsearch.
|
||||
# Index is built on the fly and might slow down your website.
|
||||
geekdocSearch: false
|
||||
|
||||
|
|
|
@ -69,19 +69,6 @@ To prepare your new site environment just a few steps are required:
|
|||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
[outputFormats.Search]
|
||||
name = "Search"
|
||||
mediaType = "application/json"
|
||||
baseName = "searchconfig"
|
||||
isPlainText = false
|
||||
rel = "alternate"
|
||||
isHTML = false
|
||||
noUgly = true
|
||||
permalinkable = false
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "SEARCH" ]
|
||||
```
|
||||
|
||||
5. Test your site.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue