varia.website/publishconf.py

9 lines
129 B
Python
Raw Normal View History

2017-07-06 14:28:42 +02:00
import os
import sys
2021-01-19 21:50:17 +01:00
2017-07-06 14:28:42 +02:00
sys.path.append(os.curdir)
from pelicanconf import *
2018-02-26 21:57:38 +01:00
RELATIVE_URLS = False
2017-07-06 14:28:42 +02:00
DELETE_OUTPUT_DIRECTORY = True