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

Fix theme import

parent f6be5fab
No related branches found
No related tags found
No related merge requests found
Pipeline #27542 passed
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
# -*- coding: utf-8 -*- # # -*- coding: utf-8 -*- #
from __future__ import unicode_literals from __future__ import unicode_literals
import sys from pelican_theme_teckids.pelicanconf import *
sys.path.append("./themes")
from teckids.pelicanconf import *
AUTHOR = 'Teckids e.V.' AUTHOR = 'Teckids e.V.'
SITENAME = "Hack'n'Fun" SITENAME = "Hack'n'Fun"
...@@ -20,8 +18,6 @@ TIMEZONE = 'Europe/Berlin' ...@@ -20,8 +18,6 @@ TIMEZONE = 'Europe/Berlin'
DEFAULT_LANG = 'de' DEFAULT_LANG = 'de'
THEME = 'themes/teckids'
# Feed generation is usually not desired when developing # Feed generation is usually not desired when developing
FEED_ALL_ATOM = None FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None CATEGORY_FEED_ATOM = None
......
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