diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/publishconf.py b/publishconf.py index 601470f..4a6b1b2 100644 --- a/publishconf.py +++ b/publishconf.py @@ -13,7 +13,14 @@ from pelicanconf import * SITEURL = 'https://ekaitz.elenq.tech' #RELATIVE_URLS = False +# Translations +ARTICLE_TRANSLATION_ID = 'slug' +PAGE_TRANSLATION_ID = 'slug' + +# Feeds +FEED_DOMAIN = SITEURL FEED_ALL_ATOM = 'feeds/all.atom.xml' +TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml' #CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' #AUTHOR_FEED_ATOM = 'feeds/{slug}.atom.xml' |