aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 22:25:25 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 22:25:25 +0300
commitc7ce47b89d25995fe53148c00ddd2fa3c0020336 (patch)
tree170a59a412b45bafbb1e8f178ee08b6f33ba3154 /config.toml
parent8663bd41a44c01ad1f19b2394d3f0f44a29756d3 (diff)
downloadpopov.link-c7ce47b89d25995fe53148c00ddd2fa3c0020336.tar.xz
popov.link-c7ce47b89d25995fe53148c00ddd2fa3c0020336.zip
Re-designed the contacts and projects section
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 5bf68c1..1bc678b 100644
--- a/config.toml
+++ b/config.toml
@@ -76,3 +76,11 @@ anchors = "on"
[extra]
# Put all your custom variables here
+
+contacts = [
+ { title = "GitHub", name = "@valentineus", url = "https://github.com/valentineus" },
+ { title = "SourceHut", name = "~valentineus", url = "https://sr.ht/~valentineus/" },
+ { title = "Telegram", name = "@valentineus", url = "https://t.me/valentineus" },
+ { title = "E-Mail", name = "hi@popov.link", url = "mailto:hi@popov.link" },
+ { title = "PGP", name = "AE3CE523DAAA8401", url = "/public.asc" },
+]