undefinedbehavior-website/publishconf.py

10 lines
199 B
Python
Raw Normal View History

2022-08-28 18:56:24 +02:00
from sys import path
from os import curdir
path.append(curdir)
from pelicanconf import *
SITEURL = 'https://undefinedbehavior.de'
2022-08-28 19:55:13 +02:00
OUTPUT_PATH = '/var/www/virtual/undef/html/'
2022-08-28 18:56:24 +02:00
RELATIVE_URLS = False