changing search from json to javascript
This commit is contained in:
parent
845817d0e9
commit
774328aa5b
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
# The base URL of the site; the only required configuration variable.
|
# The base URL of the site; the only required configuration variable.
|
||||||
base_url = "https://tfcconnection.org"
|
# base_url = "https://tfcconnection.org"
|
||||||
|
# used when developing
|
||||||
|
base_url = "/"
|
||||||
|
|
||||||
# The site title and description; used in feeds by default.
|
# The site title and description; used in feeds by default.
|
||||||
title = "TFC Connection"
|
title = "TFC Connection"
|
||||||
|
@ -123,7 +125,7 @@ include_content = true
|
||||||
# become too big to load on the site. Defaults to not being set.
|
# become too big to load on the site. Defaults to not being set.
|
||||||
truncate_content_length = 100
|
truncate_content_length = 100
|
||||||
|
|
||||||
index_format = "elasticlunr_json"
|
index_format = "elasticlunr_javascript"
|
||||||
|
|
||||||
# Optional translation object for the default language
|
# Optional translation object for the default language
|
||||||
# Example:
|
# Example:
|
||||||
|
@ -160,6 +162,7 @@ taxonomies = [
|
||||||
#
|
#
|
||||||
[extra]
|
[extra]
|
||||||
enable_search = true
|
enable_search = true
|
||||||
|
enable_sidebar = false
|
||||||
|
|
||||||
|
|
||||||
[extra.navbar]
|
[extra.navbar]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue