Skip to content
Snippets Groups Projects
Verified Commit 52aaf759 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix for Python 3.

parent 2614c7f3
No related branches found
No related tags found
No related merge requests found
Pipeline #162 failed
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'Dominik George'
SITENAME = u'Dominik George'
SITESUBTITLE = u'Free Software Fellow, Education Enthusiast, sozialliberal'
......
#!/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.
......@@ -14,7 +10,7 @@ SITEURL = 'https://www.dominik-george.de'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
#CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment