From 90a9d9dc07d9d8c41e2127ab225d453225d18143 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 5 Dec 2020 21:13:11 +0100 Subject: [PATCH] Cambiate impostazioni di pubblicazione. --- pelicanconf.py | 14 -------------- publishconf.py | 11 +++++++---- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 16a1567..c8e4c40 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -48,11 +48,6 @@ DISPLAY_CATEGORIES_ON_MENU = False THEME = 'themes/pelican-blue' DISPLAY_FOOTER = False -# Blue Penguin theme -#THEME = 'themes/blue-penguin' -#DISPLAY_HOME = False -#FOOTER = "Contenuti rilasciati con licenza CC-SA-BY 4.0" - # Feed generation is usually not desired when developing FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None @@ -60,15 +55,6 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# Blogroll -#LINKS = (('Pelican', 'https://getpelican.com/'), -# ('Python.org', 'https://www.python.org/'), -# ('Jinja2', 'https://palletsprojects.com/p/jinja/'), -# ('You can modify those links in your config file', '#'),) - -# Social widget -#SOCIAL = (('You can add links in your config file', '#'), -# ('Another social link', '#'),) SOCIAL = ( ('fas fa-home', 'https://libreitalia.org'), ('fab fa-twitter', 'http://twitter.com/libreitalia'), diff --git a/publishconf.py b/publishconf.py index 5fdc7d2..7a263b7 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,15 +10,18 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = '' +SITEURL = 'https://conference.libreitalia.org' RELATIVE_URLS = False -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' +FEED_ALL_ATOM = None +CATEGORY_FEED_ATOM = None +TRANSLATION_FEED_ATOM = None +AUTHOR_FEED_ATOM = None +AUTHOR_FEED_RSS = None DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file +#GOOGLE_ANALYTICS = ""