website-pelican/publishconf.py

28 lines
647 B
Python
Raw Normal View History

2019-03-23 22:29:32 +01:00
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = 'https://unit.abbiamoundominio.org'
2019-03-23 22:29:32 +01:00
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds.atom.xml'
FEED_ALL_RSS = 'feed.xml'
2019-03-23 22:29:32 +01:00
2019-11-19 16:13:50 +01:00
#TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml'
2019-11-19 13:47:06 +01:00
2019-03-23 22:29:32 +01:00
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""