Skip to content

Commit 158d214

Browse files
committed
add mail contact info
1 parent a8fb43b commit 158d214

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

content/pages/about.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Actually my servers run on Debian and my desktops run on Arch Linux.
2323

2424
The social links in the left panel give your four different ways to contact me:
2525

26-
1. [Twitter](https://twitter.com/maggick_fr)
26+
1. [email](mailto:postmaster at maggick.fr)
2727
2. [GitHub](https://github.com/maggick).
28-
3. [Stackoverflow](https://stackoverflow.com/users/1827067/maggick)
29-
4. [reddit](https://www.reddit.com/user/maaggick/)
28+
3. [reddit](https://www.reddit.com/user/maaggick/)
29+
4. [Twitter](https://twitter.com/maggick_fr)
30+
5. [Stackoverflow](https://stackoverflow.com/users/1827067/maggick)
3031

3132
### public key
3233

pelicanconf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
PLUGINS = ['summary', 'neighbors', 'post_stats', 'image_process', 'render_math']
3030

3131
# Social
32-
SOCIAL = (('github', 'https://github.com/maggick'),
32+
SOCIAL = (('email', 'mailto:postmater at maggick dot fr'),
33+
('github', 'https://github.com/maggick'),
3334
('twitter', 'https://twitter.com/maggick_fr'),
3435
('stack-overflow', 'http://stackoverflow.com/users/1827067/maggick'),
3536
('rss', 'https://maggick.fr/feeds/all.atom.xml'),

0 commit comments

Comments
 (0)