enable search
This commit is contained in:
parent
59fe04e1df
commit
8f378c2237
10
config.toml
10
config.toml
@ -5,10 +5,8 @@ base_url = "https://project-cloud.net"
|
|||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = false
|
build_search_index = true
|
||||||
|
|
||||||
theme = "DeepThought"
|
theme = "DeepThought"
|
||||||
|
|
||||||
minify_html = true
|
minify_html = true
|
||||||
|
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
@ -16,6 +14,12 @@ taxonomies = [
|
|||||||
{ name = "tags", feed = true, paginate_by = 10 },
|
{ name = "tags", feed = true, paginate_by = 10 },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[search]
|
||||||
|
include_title = true
|
||||||
|
include_description = false
|
||||||
|
include_path = false
|
||||||
|
include_content = true
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user