added mastodon and gitea/gitlab links and icons

This commit is contained in:
Joost Agterhoek 2024-09-19 12:53:08 +02:00
parent cc6760d53d
commit b7668f77ce

View File

@ -1,5 +1,5 @@
base_url = "https://not-matthias.github.io/apollo/" base_url = "https://joostagterhoek.nl"
title = "not-matthias" title = "My personal website"
description = "This is an example description" description = "This is an example description"
build_search_index = false build_search_index = false
generate_feeds = true generate_feeds = true
@ -21,7 +21,7 @@ fancy_code = true
dynamic_note = true # a note that can be toggled dynamic_note = true # a note that can be toggled
mathjax = true mathjax = true
mathjax_dollar_inline_enable = 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 = [ menu = [
{ name = "/posts", url = "/posts", weight = 1 }, { name = "/posts", url = "/posts", weight = 1 },
@ -31,8 +31,8 @@ menu = [
] ]
socials = [ socials = [
{ name = "twitter", url = "https://twitter.com/not_matthias", icon = "twitter" }, { name = "pleroma", url = "https://social.joostagterhoek.nl/joost", icon = "mastodon" },
{ name = "github", url = "https://github.com/not-matthias/", icon = "github" }, { name = "gitea", url = "https://code.joostagterhoek.nl/joost", icon = "gitlab" },
] ]
custom_css = [] custom_css = []