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 = []