blob: ce7a8906a82fb8a1d04d7d5e6cf4f5c3ae583949 [file] [log] [blame]
Luigi Santivettif72f6572020-02-17 23:11:56 +00001#!/usr/bin/env python
2# -*- coding: utf-8 -*- #
3from __future__ import unicode_literals
4
5# This file is only used if you use `make publish` or
6# explicitly specify it as your config file.
7
8import os
9import sys
10sys.path.append(os.curdir)
11from pelicanconf import *
12
13SITEURL = 'http://giggi.me'
14RELATIVE_URLS = False
15
16FEED_ALL_ATOM = 'feeds/all.atom.xml'
17CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
18
19DELETE_OUTPUT_DIRECTORY = True
20
21# Following items are often useful when publishing
22
23#DISQUS_SITENAME = ""
24#GOOGLE_ANALYTICS = ""