about 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
commit95e3c528594f6137d7d8310c8e4231283c35933b (patch)
tree70dd3e8ba5c1da9f570d842d41b5cc5cb80ddfd7 /config.toml
parent9803beaca39fbccd38ab3a461a5e29d6e6d45c47 (diff)
downloadwebsite-95e3c528594f6137d7d8310c8e4231283c35933b.tar.lz
website-95e3c528594f6137d7d8310c8e4231283c35933b.tar.zst
website-95e3c528594f6137d7d8310c8e4231283c35933b.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"