More configuration.

This commit is contained in:
Lyle Mantooth 2022-08-28 12:45:08 -04:00
parent 1cb056db47
commit 90779370ae
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -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"