Update the contacts section
This commit is contained in:
parent
18cb0e31c1
commit
300fdb1e6d
11
content/pages/contact-options.rst
Normal file
11
content/pages/contact-options.rst
Normal file
@ -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 Pelican’s 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 & more'
|
||||
SOCIAL = (
|
||||
('Matrix', 'https://matrix.to/#/@gergely:polonkai.eu'),
|
||||
('XMPP', 'xmpp:gergely@polonkai.eu?message'),
|
||||
|
Loading…
Reference in New Issue
Block a user