From b7668f77ce29e3f7daee7a50a4117d74d5ab8c4a Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 19 Sep 2024 12:53:08 +0200 Subject: [PATCH] added mastodon and gitea/gitlab links and icons --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index b6fd94b..efb183e 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ -base_url = "https://not-matthias.github.io/apollo/" -title = "not-matthias" +base_url = "https://joostagterhoek.nl" +title = "My personal website" description = "This is an example description" build_search_index = false generate_feeds = true @@ -21,7 +21,7 @@ fancy_code = true dynamic_note = true # a note that can be toggled mathjax = true mathjax_dollar_inline_enable = true -repo_url = "https://github.com/not-matthias/apollo/tree/main/content" +repo_url = "https://code.joostagterhoek.nl/joost/website-zola/src/branch/main/content" menu = [ { name = "/posts", url = "/posts", weight = 1 }, @@ -31,8 +31,8 @@ menu = [ ] socials = [ - { name = "twitter", url = "https://twitter.com/not_matthias", icon = "twitter" }, - { name = "github", url = "https://github.com/not-matthias/", icon = "github" }, + { name = "pleroma", url = "https://social.joostagterhoek.nl/joost", icon = "mastodon" }, + { name = "gitea", url = "https://code.joostagterhoek.nl/joost", icon = "gitlab" }, ] custom_css = []