blog.hatebit.org/publishconf.py

8 lines
113 B
Python
Raw Normal View History

2025-02-12 16:07:27 +00:00
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = "https://blog.hatebit.org"