aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-02-08 00:40:43 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-02-08 00:40:43 +0100
commite4970090667fe9a1860bd39fa46c1d326a24de3a (patch)
tree925ad2ebf78e718b6fc091ca31a36ae4c41b51f5 /config.toml
parent0f44fafa69ec857da37464943bf9fca4212e0617 (diff)
downloadblog-e4970090667fe9a1860bd39fa46c1d326a24de3a.tar.gz
blog-e4970090667fe9a1860bd39fa46c1d326a24de3a.zip
header: change link names + add ls
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index 0230193..fbfd8fc 100644
--- a/config.toml
+++ b/config.toml
@@ -25,11 +25,12 @@ highlight_theme = "one-dark"
[extra]
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" },
+ { url = "$BASE_URL", name = "/posts" },
+ { url = "$BASE_URL/tags", name = "/tags" },
+ { url = "https://github.com/johannst", name = "/github" },
+ { url = "https://git.memzero.de", name = "/cgit" },
+ #{ url = "https://twitter.com/xjohannst", name = "/twitter" },
+ { url = "https://memzero.de", name = "/usr" },
]
[link_checker]