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