Make my social box more privacy friendly

Remove all services i don’t use regularly, and reorder by preference.
This commit is contained in:
2021-02-15 15:36:31 +01:00
parent 67eeac2d0a
commit e66c31c646
30 changed files with 8 additions and 37 deletions

View File

@@ -47,17 +47,13 @@ LINKS = (
# Social widget
SOCIAL = (
('Email', 'mailto:gergely@polonkai.eu'),
('Stack Exchange', 'http://stackexchange.com/users/1369500/gergelypolonkai'),
('Skype', 'skype:gergely.polonkai'),
('Twitter', 'http://twitter.com/GergelyPolonkai'),
('Tumblr', 'http://gergelypolonkai.tumblr.com'),
('deviantArt', 'http://gergelypolonkai.deviantart.com'),
('Hashnode', 'https://hashnode.com/@gergelypolonkai'),
('Keybase', 'https://keybase.io/gergelypolonkai'),
('Matrix', 'https://matrix.to/#/@gergely:polonkai.eu'),
('XMPP', 'xmpp:gergely@polonkai.eu?message'),
('Email', 'mailto:website@gergely.polonkai.eu'),
('Gitea', 'https://gitea.polonkai.eu/gergely/'),
('Liberapay', 'https://liberapay.com/gergelypolonkai'),
('Mastodon', 'https://social.polonkai.eu/@gergely'),
('Pay me a coffee', 'https://paypal.me/GergelyPolonkai/250'),
('Pay me a coffee', 'https://paypal.me/GergelyPolonkai/330'),
)
DEFAULT_PAGINATION = 10