diff --git a/content/pages/contact-options.rst b/content/pages/contact-options.rst new file mode 100644 index 0000000..b170b48 --- /dev/null +++ b/content/pages/contact-options.rst @@ -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. diff --git a/my_theme/templates/base.html b/my_theme/templates/base.html index eb9cb12..0c7444e 100644 --- a/my_theme/templates/base.html +++ b/my_theme/templates/base.html @@ -68,11 +68,13 @@ {% endif %} +{% if page is defined and page.relative_source_path == 'pages/disclaimer.rst' %} +{% endif %} diff --git a/pelicanconf.py b/pelicanconf.py index becb623..0b26457 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'),