From 90779370ae60f4ee2bd5fef72d1932e30fc6836e Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sun, 28 Aug 2022 12:45:08 -0400 Subject: [PATCH] More configuration. --- config.toml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5efd685..a510552 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,10 @@ # 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 @@ -9,7 +13,21 @@ compile_sass = true highlight_code = true # 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] # Put all your custom variables here @@ -22,4 +40,3 @@ hermit_social = [ [extra.author] name = "Lyle Mantooth" -