Skip to content

Instantly share code, notes, and snippets.

View asmaps's full-sized avatar

Arne Schauf asmaps

View GitHub Profile
@mfa
mfa / pelicanconf.py
Created August 29, 2014 09:25
pelican config for madflex.de (anonymized)
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'FIXME'
SITENAME = u'FIXME'
SITEURL = 'http://example.org'
TIMEZONE = 'Europe/Berlin'