diff --git a/publishconf.py b/publishconf.py index b323657..8671cf2 100644 --- a/publishconf.py +++ b/publishconf.py @@ -13,6 +13,9 @@ PARENTURL = "https://hadan-it.com" RELATIVE_URLS = False THEME = "themes/business" +PATH = 'content' +OUTPUT_PATH = 'output' + FEED_ALL_ATOM = "feeds/all.atom.xml" CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"