More configuration.
This commit is contained in:
parent
1cb056db47
commit
90779370ae
21
config.toml
21
config.toml
|
@ -1,6 +1,10 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://menteeth.us"
|
base_url = "https://menteeth.us"
|
||||||
|
|
||||||
|
title = "Annotated Annals"
|
||||||
|
|
||||||
|
theme = "hermit_zola"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
|
@ -9,7 +13,21 @@ compile_sass = true
|
||||||
highlight_code = true
|
highlight_code = 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 = true
|
build_search_index = false
|
||||||
|
|
||||||
|
generate_feed = true
|
||||||
|
|
||||||
|
feed_limit = 20
|
||||||
|
|
||||||
|
[markdown]
|
||||||
|
highlight_code = true
|
||||||
|
highlight_theme = "charcoal"
|
||||||
|
|
||||||
|
external_links_target_blank = true
|
||||||
|
external_links_no_follow = true
|
||||||
|
external_links_no_referrer = true
|
||||||
|
|
||||||
|
smart_punctuation = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
|
@ -22,4 +40,3 @@ hermit_social = [
|
||||||
|
|
||||||
[extra.author]
|
[extra.author]
|
||||||
name = "Lyle Mantooth"
|
name = "Lyle Mantooth"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue