2022-08-28 12:30:39 -04:00
|
|
|
# The URL the site will be built for
|
|
|
|
base_url = "https://menteeth.us"
|
|
|
|
|
2022-08-28 12:45:08 -04:00
|
|
|
title = "Annotated Annals"
|
|
|
|
|
|
|
|
theme = "hermit_zola"
|
|
|
|
|
2022-08-28 12:30:39 -04:00
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
|
|
|
compile_sass = true
|
|
|
|
|
|
|
|
# Whether to do syntax highlighting
|
|
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
|
|
highlight_code = true
|
|
|
|
|
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
2022-08-28 12:45:08 -04:00
|
|
|
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
|
2022-08-28 12:30:39 -04:00
|
|
|
|
|
|
|
[extra]
|
|
|
|
# Put all your custom variables here
|
|
|
|
home_subtitle = "Infrequently increasing in interesting entries"
|
|
|
|
|
2022-10-15 11:49:48 -04:00
|
|
|
hermit_menu = [
|
|
|
|
{ link = "/bible_journal", name = "Bible Journal" }
|
|
|
|
]
|
|
|
|
|
2022-08-28 12:30:39 -04:00
|
|
|
hermit_social = [
|
|
|
|
{ name = "github", link = "https://github.com/IslandUsurper" },
|
2022-10-30 13:08:51 -04:00
|
|
|
{ name = "twitter", link = "https://fosstodon.org/@IslandUsurper" },
|
|
|
|
{ name = "twitter", link = "https://theres.life/@IslandUsurper" }
|
2022-08-28 12:30:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[extra.author]
|
|
|
|
name = "Lyle Mantooth"
|