fix feeds
This commit is contained in:
parent
e1779825a7
commit
17a0b0b6a3
|
@ -58,6 +58,9 @@ TRANSLATION_FEED_ATOM = None
|
||||||
AUTHOR_FEED_ATOM = None
|
AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
|
FEED_MAX_ITEMS = 9
|
||||||
|
RSS_FEED_SUMMARY_ONLY = True
|
||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (('UNIT HKLab', 'https://unit.abbiamoundominio.org/'),
|
LINKS = (('UNIT HKLab', 'https://unit.abbiamoundominio.org/'),
|
||||||
('APM', 'http://www.inventati.org/apm'),
|
('APM', 'http://www.inventati.org/apm'),
|
||||||
|
@ -71,7 +74,6 @@ DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
STATIC_PATHS = ['images', 'media', 'pdfs']
|
STATIC_PATHS = ['images', 'media', 'pdfs']
|
||||||
|
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
#RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
|
||||||
|
|
|
@ -22,3 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
#DISQUS_SITENAME = ""
|
#DISQUS_SITENAME = ""
|
||||||
#GOOGLE_ANALYTICS = ""
|
#GOOGLE_ANALYTICS = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user