diff --git a/pelicanconf.py b/pelicanconf.py index efb3e5e..05e2fc9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -58,6 +58,9 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None +FEED_MAX_ITEMS = 9 +RSS_FEED_SUMMARY_ONLY = True + # Blogroll LINKS = (('UNIT HKLab', 'https://unit.abbiamoundominio.org/'), ('APM', 'http://www.inventati.org/apm'), @@ -71,7 +74,6 @@ DEFAULT_PAGINATION = 10 STATIC_PATHS = ['images', 'media', 'pdfs'] - # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True diff --git a/publishconf.py b/publishconf.py index a90043d..6b67a34 100644 --- a/publishconf.py +++ b/publishconf.py @@ -22,3 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True #DISQUS_SITENAME = "" #GOOGLE_ANALYTICS = "" +