annotated_annals/config.toml

47 lines
1.1 KiB
TOML

# The URL the site will be built for
base_url = "https://menteeth.us"
title = "Annotated Annals"
theme = "hermit_zola"
# 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
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]
# Put all your custom variables here
home_subtitle = "Infrequently increasing in interesting entries"
hermit_menu = [
{ link = "/bible_journal", name = "Bible Journal" }
]
hermit_social = [
{ name = "github", link = "https://github.com/IslandUsurper" },
{ name = "twitter", link = "https://fosstodon.org/@IslandUsurper" }
]
[extra.author]
name = "Lyle Mantooth"