summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-11-10 12:35:22 +0100
committerAlan Pearce2023-11-10 12:48:10 +0100
commit48c5d9f3eb0f7da1c782de1b79e3e97606a0434b (patch)
tree43d1eb6e6d472097668f055aa165fea2d5a613eb /config.toml
parente686a6596a60e6ca8c58ee1647909b5cd883af0b (diff)
downloadwebsite-48c5d9f3eb0f7da1c782de1b79e3e97606a0434b.tar.lz
website-48c5d9f3eb0f7da1c782de1b79e3e97606a0434b.tar.zst
website-48c5d9f3eb0f7da1c782de1b79e3e97606a0434b.zip
Template "elsewhere on the internet" links
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index a4345a0..82741ea 100644
--- a/config.toml
+++ b/config.toml
@@ -3,6 +3,7 @@ base_url = "https://alanpearce.eu"
 redirect_other_hostnames = true
 
 title = "Alan Pearce"
+email = "alan@alanpearce.eu"
 description = "Developer, Emacs User"
 
 generate_feed = true
@@ -49,3 +50,19 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'
 [[menus.main]]
     name = "Repositories"
     url = "https://git.alanpearce.eu"
+
+[[menus.me]]
+  name = "Codeberg"
+  url = "https://codeberg.org/alanpearce"
+[[menus.me]]
+  name = "GitHub"
+  url = "https://github.com/alanpearce/"
+[[menus.me]]
+  name = "GitLab"
+  url = "https://gitlab.com/alanpearce/"
+[[menus.me]]
+  name = "Mastodon"
+  url = "https://ieji.de/@alanpearce"
+[[menus.me]]
+  name = "BlueSky"
+  url = "https://bsky.app/profile/alanpearce.eu"