Update the contacts section

master
Gergely Polonkai 12 months ago
parent 18cb0e31c1
commit 300fdb1e6d
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

@ -0,0 +1,11 @@
Contact options
###############
:url: contact-options/
:save_as: contact-options/index.html
:status: published
All the contact options below (except PayPal and LiberaPay) are hosted by myself on EU grounds
(Frankfurt, Germany or Amsterdam, The Netherlands).
Ways you can contact me, in order of preference can be seen in the footer of every page.

@ -68,11 +68,13 @@
</div><!-- /.social -->
{% endif %}
</section><!-- /#extras -->
{% if page is defined and page.relative_source_path == 'pages/disclaimer.rst' %}
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is a modified version of Pelicans notmyidea by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
{% endif %}
</body>
</html>

@ -40,17 +40,19 @@ DISPLAY_PAGES_ON_MENU = True
# Blogroll
LINKS = (
('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'),
('Jinja2', 'http://jinja.pocoo.org/'),
# ('Pelican', 'http://getpelican.com/'),
# ('Python.org', 'http://python.org/'),
# ('Jinja2', 'https://jinja.palletsprojects.com/'),
)
HIDDEN_PAGES = (
'pages/appointments.rst',
'pages/work-preferences.rst',
'pages/contact-options.rst',
)
# Social widget
SOCIAL_WIDGET_NAME = 'contacts &amp; more'
SOCIAL = (
('Matrix', 'https://matrix.to/#/@gergely:polonkai.eu'),
('XMPP', 'xmpp:gergely@polonkai.eu?message'),

Loading…
Cancel
Save