aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:07:08 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-17 22:07:08 +0100
commit2e90f71d547dd9294a26861b66b6344bc49ab9af (patch)
tree9eb16ba99bf2d526253c02219b2dfd296a076973 /config.toml
parentda9d8fa516bf309e8cf6005cae152689b8a20342 (diff)
downloadblog-2e90f71d547dd9294a26861b66b6344bc49ab9af.tar.gz
blog-2e90f71d547dd9294a26861b66b6344bc49ab9af.zip
theme: change to after-dark
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml24
1 files changed, 21 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 8acf8d3..dce350b 100644
--- a/config.toml
+++ b/config.toml
@@ -2,11 +2,13 @@ base_url = "https://blog.memzero.de"
#base_url = "https://memzero.de/blog"
title = "memzero"
-description = "Cow says .*"
+#description = "Cow says .*"
-theme = "hyde"
+#theme = "hyde"
+theme = "after-dark"
taxonomies = [
+ { name = "categories" },
{ name = "tags" },
]
@@ -16,8 +18,11 @@ build_search_index = true
[markdown]
highlight_code = true
# https://www.getzola.org/documentation/getting-started/configuration/#syntax-highlighting
-highlight_theme = "OneHalfLight"
+# -- light
+#highlight_theme = "OneHalfLight"
#highlight_theme = "Tomorrow"
+# -- dark
+highlight_theme = "one-dark"
[extra]
hyde_links = [
@@ -27,4 +32,17 @@ hyde_links = [
]
#hyde_theme = "theme-base-0d"
+author = "Johannes Stoelp"
+after_dark_menu = [
+ { url = "$BASE_URL/", name = "Posts" },
+ { url = "$BASE_URL/tags", name = "Tags" },
+ { url = "https://github.com/johannst", name = "GitHub" },
+ { url = "https://twitter.com/xjohannst", name = "Twitter" },
+ { url = "https://memzero.de", name = "About" },
+]
+after_dark_title = "blog.memzero.de"
+
+[link_checker]
+external_level = "error"
+
# vim:ft=config