|
@@ -22,15 +22,9 @@ defaultContentLanguageInSubdir = false
|
|
|
enableGitInfo = true
|
|
|
|
|
|
[outputs]
|
|
|
- home = [ "HTML", "CSS", "RSS", "search" ]
|
|
|
+ home = [ "HTML", "CSS", "RSS", "JSON" ]
|
|
|
section = [ "HTML", "RSS" ]
|
|
|
|
|
|
-[outputFormats.search]
|
|
|
- baseName = "search"
|
|
|
- isPlainText = true
|
|
|
- mediaType = "application/json"
|
|
|
- notAlternative = true
|
|
|
-
|
|
|
# Configure BlackFriday Markdown rendering.
|
|
|
# See: https://gohugo.io/readfiles/bfconfig/
|
|
|
[blackfriday]
|
|
@@ -264,11 +258,6 @@ enableGitInfo = true
|
|
|
url = "#contact"
|
|
|
weight = 6
|
|
|
|
|
|
-[[menu.main]]
|
|
|
- name = "Search"
|
|
|
- url = "#search"
|
|
|
- weight = 10
|
|
|
-
|
|
|
[params.search]
|
|
|
engine = 1
|
|
|
|