flex/docs/publishconf.py
Alexandre Vicenzi 798ddee7bd Docs.
2018-01-13 01:31:08 -02:00

14 lines
255 B
Python

# -*- coding: utf-8 -*- #
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://blog.alexandrevicenzi.com'
RELATIVE_URLS = False
USE_LESS = False
DELETE_OUTPUT_DIRECTORY = True
GOOGLE_ANALYTICS = "UA-55543164-3"