site_opytex/theme/docs/publishconf.py

14 lines
215 B
Python
Raw Normal View History

2019-07-18 10:43:36 +00:00
# -*- coding: utf-8 -*- #
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'http://flex.alxd.me/blog'
RELATIVE_URLS = False
USE_LESS = False
GOOGLE_ANALYTICS = "UA-55543164-6"