blog/pelicanconf.py

82 lines
2.0 KiB
Python
Raw Normal View History

2014-01-28 15:05:04 +01:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
2015-04-15 09:21:48 +02:00
AUTHOR = 'marvin'
SITENAME = 'xsteadfastx'
SITEURL = ''
2014-04-03 10:53:29 +02:00
AVATAR = '/theme/images/avatar.png'
2014-01-28 15:05:04 +01:00
TIMEZONE = "Europe/Berlin"
DESCRIPTION = "the cats are not what they seem"
2014-01-28 15:05:04 +01:00
# can be useful in development, but set to False when you're ready to publish
RELATIVE_URLS = True
GITHUB_URL = 'http://github.com/xsteadfastx/'
2014-04-03 10:53:29 +02:00
TWITTER_NAME = 'xsteadfastx'
DISQUS_SITENAME = "xsteadfastx"
#ISSO_URL = 'http://comments.xsteadfastx.org'
2015-04-14 16:46:49 +02:00
FLATTR_USER = 'xsteadfastx'
2014-01-28 15:05:04 +01:00
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = "C"
DEFAULT_PAGINATION = False
2014-01-28 15:05:04 +01:00
DEFAULT_DATE = (2012, 3, 2, 14, 1, 1)
FEED_DOMAIN = SITEURL
FEED_MAX_ITEMS = 100
FEED_ALL_ATOM = 'feeds/all.atom.xml'
FEED_ATOM = 'feed/index.html'
#CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
2014-01-28 15:05:04 +01:00
# global metadata to all the contents
#DEFAULT_METADATA = (('yeah', 'it is'),)
# path-specific metadata
EXTRA_PATH_METADATA = {
#'extra/robots.txt': {'path': 'robots.txt'},
'extra/CNAME': {'path': 'CNAME'},
2014-01-28 15:05:04 +01:00
}
# static paths will be copied without parsing their contents
STATIC_PATHS = [
'images',
#'extra/robots.txt',
'extra/CNAME',
2014-04-03 10:53:29 +02:00
#'code',
#'notebooks'
2014-01-28 15:05:04 +01:00
]
# custom page generated with a jinja2 template
#TEMPLATE_PAGES = {'pages/jinja2_template.html': 'jinja2_template.html'}
# code blocks with line numbers
PYGMENTS_RST_OPTIONS = {'linenos': 'table'}
# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
#foobar = "barbaz"
2014-04-03 10:53:29 +02:00
THEME = 'themes/xsteadfastx-greg'
2014-01-28 15:05:04 +01:00
OUTPUT_PATH = 'output'
PATH = 'content'
ARTICLE_URL = '{date:%Y}/{date:%m}/{date:%d}/{slug}/'
ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{date:%d}/{slug}/index.html'
2014-04-03 10:53:29 +02:00
# plugins
2014-11-05 16:49:15 +01:00
PLUGIN_PATHS = ['pelican-plugins']
PLUGINS = ['liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.notebook']
2014-04-03 10:53:29 +02:00
NOTEBOOK_DIR = 'notebooks'
EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8')
2014-11-18 16:10:56 +01:00
LOAD_CONTENT_CACHE = True
# disable tags
TAGS_SAVE_AS = ''
TAG_SAVE_AS = ''
2015-04-21 10:43:33 +02:00
# PIWIK
PIWIK_URL = 'piwik.luftmentsh.org'
PIWIK_SITE_ID = 5