2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
website/pelicanconf.py

29 lines
545 B
Python
Raw Normal View History

2019-05-21 09:41:23 +02:00
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'offen'
2019-05-21 23:01:57 +02:00
SITENAME = 'offen'
2019-05-21 09:41:23 +02:00
SITEURL = ''
PATH = 'content'
2019-05-21 23:01:57 +02:00
TIMEZONE = 'Europe/Berlin'
2019-05-21 09:41:23 +02:00
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
2019-05-21 23:01:57 +02:00
# pagination
2019-05-21 09:41:23 +02:00
DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
2019-05-21 23:01:57 +02:00
#RELATIVE_URLS = True
THEME = 'offen'