flex/docs/publishconf.py
Alexandre Vicenzi fd30f0f057 Update demo.
2019-10-19 22:48:03 +02:00

11 lines
188 B
Python

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"