site/publishconf.py

16 lines
293 B
Python
Raw Normal View History

2020-04-10 14:12:13 +02:00
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
2021-11-08 23:56:25 +01:00
SITEURL = 'https://blog.rwx.work'
2020-04-12 04:40:51 +02:00
RELATIVE_URLS = True
2020-04-10 14:12:13 +02:00
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
2021-11-08 23:18:29 +01:00
# DISQUS_SITENAME = ""
# GOOGLE_ANALYTICS = ""