aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 03:43:22 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 03:43:22 +0300
commitdcc84806f33a47bda057269fc2e7dc1f62927c7b (patch)
tree0ae01e12a989cbe155a4668bd666a57831a79e11 /config.toml
parent9daec34648ec5e2c1ad1fd07dde4baabe5e79d2b (diff)
downloadpopov.link-dcc84806f33a47bda057269fc2e7dc1f62927c7b.tar.xz
popov.link-dcc84806f33a47bda057269fc2e7dc1f62927c7b.zip
Made E-Mail a common variable
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 6212919..bec0f51 100644
--- a/config.toml
+++ b/config.toml
@@ -77,6 +77,8 @@ anchors = "on"
[extra]
# Put all your custom variables here
+author = { email = "hi@popov.link" }
+
contacts = [
{ title = "GitHub", name = "@valentineus", url = "https://github.com/valentineus" },
{ title = "SourceHut", name = "~valentineus", url = "https://sr.ht/~valentineus/" },