commit df962407acd27c59156644b77caab9775d0e1396
parent d724217284622057b4d238d8ad787e2b53cd910b
Author: FIGBERT <figbert@figbert.com>
Date: Tue, 21 Dec 2021 00:56:49 -0800
Update theme configs
Diffstat:
2 files changed, 20 insertions(+), 19 deletions(-)
diff --git a/config.toml b/config.toml
@@ -2,17 +2,22 @@ base_url = "https://d3c3nt.figbert.com"
title = "d3c3nt :: FIGBERT"
description = "A simple, clean, and flexible theme for personal sites."
+default_language = "en"
generate_feed = true
-compile_sass = false
+minify_html = true
-highlight_code = true
-highlight_theme = "two-dark"
+[markdown]
+ highlight_code = true
+ highlight_theme = "visual-studio-dark"
+ external_links_target_blank = true
+ external_links_no_follow = true
+ external_links_no_referrer = true
+ smart_punctuation = true
[extra]
-nav = [
- { name = "HOME", path = "/" },
- { name = "CONFIG", path = "/config" },
- { name = "POSTS", path = "/posts/" }
-]
-icon = "/icon.png"
-
+ d3_nav = [
+ { name = "HOME", path = "/" },
+ { name = "POSTS", path = "/posts/" },
+ { name = "PROJECTS", path = "/projects/" },
+ ]
+ d3_icon = "/icon.png"
diff --git a/theme.toml b/theme.toml
@@ -2,17 +2,13 @@ name = "d3c3nt"
description = "A simple, clean, and flexible theme for personal sites."
license = "GPLv3"
homepage = "https://github.com/figbert/d3c3nt"
-min_version = "0.11.0"
+min_version = "0.15.0"
demo = "https://d3c3nt.figbert.com"
[extra]
-nav = [
- { name = "HOME", path = "/" },
- { name = "POSTS", path = "/posts/" }
-]
-icon = "/icon.png"
+ d3_nav = []
+ d3_icon = ""
[author]
-name = "FIGBERT"
-homepage = "https://figbert.com"
-
+ name = "FIGBERT"
+ homepage = "https://figbert.com"