blog/publishconf.py
Marc Beninca edf883c2f6 publish
2021-11-08 23:18:29 +01:00

15 lines
272 B
Python

import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = ''
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
# DISQUS_SITENAME = ""
# GOOGLE_ANALYTICS = ""