From 8e806d23403fc477bc4eca07d618d3156723097c Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 21 Dec 2022 23:33:01 +0100 Subject: clean-up config and prepare for custome theme --- config.toml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 343a57c..2d5f3c9 100644 --- a/config.toml +++ b/config.toml @@ -1,14 +1,9 @@ base_url = "https://blog.memzero.de" -#base_url = "https://memzero.de/blog" title = "memzero" -#description = "Cow says .*" - -#theme = "hyde" -theme = "after-dark" +description = "Hello .*" taxonomies = [ - { name = "categories" }, { name = "tags" }, ] @@ -25,22 +20,13 @@ highlight_code = true highlight_theme = "one-dark" [extra] -hyde_links = [ - { url = "$BASE_URL/tags", name = "Tags" }, - { url = "https://github.com/johannst", name = "GitHub" }, - { url = "https://twitter.com/xjohannst", name = "Twitter" }, -] -#hyde_theme = "theme-base-0d" - -author = "Johannes Stoelp" -after_dark_menu = [ +header_links = [ { 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" -- cgit v1.2.3