From 158d21426eb603b7c78e6e1dda775b307e6f3bfc Mon Sep 17 00:00:00 2001 From: maggick Date: Fri, 15 Mar 2024 16:54:10 +0100 Subject: [PATCH] add mail contact info --- content/pages/about.md | 7 ++++--- pelicanconf.py | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 285213919..2ff428d02 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -23,10 +23,11 @@ Actually my servers run on Debian and my desktops run on Arch Linux. The social links in the left panel give your four different ways to contact me: - 1. [Twitter](https://twitter.com/maggick_fr) + 1. [email](mailto:postmaster at maggick.fr) 2. [GitHub](https://github.com/maggick). - 3. [Stackoverflow](https://stackoverflow.com/users/1827067/maggick) - 4. [reddit](https://www.reddit.com/user/maaggick/) + 3. [reddit](https://www.reddit.com/user/maaggick/) + 4. [Twitter](https://twitter.com/maggick_fr) + 5. [Stackoverflow](https://stackoverflow.com/users/1827067/maggick) ### public key diff --git a/pelicanconf.py b/pelicanconf.py index 6adc3a02e..ca1ef9bf0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -29,7 +29,8 @@ PLUGINS = ['summary', 'neighbors', 'post_stats', 'image_process', 'render_math'] # Social -SOCIAL = (('github', 'https://github.com/maggick'), +SOCIAL = (('email', 'mailto:postmater at maggick dot fr'), + ('github', 'https://github.com/maggick'), ('twitter', 'https://twitter.com/maggick_fr'), ('stack-overflow', 'http://stackoverflow.com/users/1827067/maggick'), ('rss', 'https://maggick.fr/feeds/all.atom.xml'),