commit 9e98ec5b63e466b71d009db70e6f5b3b3642a298
parent 13f8a9c810128cb86c25ea5c60fe1b83e5825ea2
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 15 Jan 2021 15:53:41 -0800
Update config.toml for zola v0.13
Diffstat:
1 file changed, 11 insertions(+), 18 deletions(-)
diff --git a/config.toml b/config.toml
@@ -1,31 +1,24 @@
-# The URL the site will be built for
base_url = "https://figbert.com"
title = "FIGBERT"
description = "figbert.com is the website and home of FIGBERT on the clearnet. It's my blog, portfolio, and wiki – my personal stash of information floating on the open web."
-# The default language; used in feeds.
default_language = "en"
+languages = [
+ { code = "he", feed = true },
+]
-# When set to "true", a feed is automatically generated.
generate_feed = true
-
-# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
+minify_html = 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
-highlight_theme = "two-dark"
-
-# Whether to build a search index to be used later on by a JavaScript library
-build_search_index = false
-
-# The additional languages for the site.
-languages = [
- {code = "he", feed = true},
-]
+[markdown]
+ highlight_code = true
+ highlight_theme = "ayu-light"
+ external_links_target_blank = true
+ external_links_no_follow = true
+ external_links_no_referrer = true
+ smart_punctuation = true
-# Put all your custom variables here
[extra]
nav = [
{ name = "HOME", path = "/" },