blog.hatebit.org/publishconf.py

8 lines
113 B
Python

import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = "https://blog.hatebit.org"