commit 5a34ad982174d6f5ef84655c8c169794cb82226b
parent a26b5df8f5045eae6e3ea270bd61e20c74b7eca8
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 9 Aug 2021 14:53:57 -0700
Update config.toml for Zola 0.14.0
Diffstat:
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/config.toml b/config.toml
@@ -3,11 +3,8 @@ 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."
default_language = "en"
-languages = [
- { code = "he", feed = true },
-]
-
generate_feed = true
+minify_html = true
[markdown]
highlight_code = true
@@ -17,10 +14,14 @@ generate_feed = true
external_links_no_referrer = true
smart_punctuation = true
-[extra]
-nav = [
- { name = "HOME", path = "/" },
- { name = "POSTS", path = "/posts/" },
- { name = "PROJECTS", path = "/projects/" },
-]
+[languages]
+ [languages.he]
+ title = "FIGBERT"
+ generate_feed = true
+[extra]
+ nav = [
+ { name = "HOME", path = "/" },
+ { name = "POSTS", path = "/posts/" },
+ { name = "PROJECTS", path = "/projects/" },
+ ]