aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-21 23:33:01 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-12-21 23:33:01 +0100
commit8e806d23403fc477bc4eca07d618d3156723097c (patch)
tree060adb98f82d860954cb6ba5ec598ed34cc005f5
parent02469d6793bb216d81b209854bb3057dab9cc3ed (diff)
downloadblog-8e806d23403fc477bc4eca07d618d3156723097c.tar.gz
blog-8e806d23403fc477bc4eca07d618d3156723097c.zip
clean-up config and prepare for custome theme
-rw-r--r--config.toml18
-rw-r--r--content/_index.md1
2 files changed, 2 insertions, 17 deletions
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"
diff --git a/content/_index.md b/content/_index.md
index 6d5b7a6..369740b 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,4 @@
+++
sort_by = "date"
-paginate_by = 25
insert_anchor_links = "heading"
+++