8 lines
113 B
Python
8 lines
113 B
Python
|
import os
|
||
|
import sys
|
||
|
|
||
|
sys.path.append(os.curdir)
|
||
|
from pelicanconf import *
|
||
|
|
||
|
SITEURL = "https://blog.hatebit.org"
|