Docs.
This commit is contained in:
parent
fc0724e495
commit
798ddee7bd
16 changed files with 452 additions and 0 deletions
14
docs/publishconf.py
Normal file
14
docs/publishconf.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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"
|
Loading…
Add table
Add a link
Reference in a new issue