flex/docs/publishconf.py

14 lines
215 B
Python
Raw Normal View History

2018-01-13 04:31:08 +01:00
# -*- coding: utf-8 -*- #
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
2018-01-13 04:43:11 +01:00
SITEURL = 'http://flex.alxd.me/blog'
2018-01-13 04:31:08 +01:00
RELATIVE_URLS = False
USE_LESS = False
2018-01-13 04:43:11 +01:00
GOOGLE_ANALYTICS = "UA-55543164-6"