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