flex/docs/publishconf.py
Alexandre Vicenzi 928e4c1067 Blog.
2018-01-13 01:44:00 -02:00

13 lines
215 B
Python

# -*- 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"