From 2e90f71d547dd9294a26861b66b6344bc49ab9af Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 17 Dec 2022 22:07:08 +0100 Subject: theme: change to after-dark --- config.toml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'config.toml') 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 -- cgit v1.2.3