From 43ffe8b5602ee1cabcc81e8e3e07090e1fec87ce Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 16 Aug 2021 22:48:45 +0200
Subject: [PATCH] Fix theme import

---
 pelicanconf.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 86792c3..c210fa6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -2,9 +2,7 @@
 # -*- coding: utf-8 -*- #
 from __future__ import unicode_literals
 
-import sys
-sys.path.append("./themes")
-from teckids.pelicanconf import *
+from pelican_theme_teckids.pelicanconf import *
 
 AUTHOR = 'Teckids e.V.'
 SITENAME = "Hack'n'Fun"
@@ -20,8 +18,6 @@ TIMEZONE = 'Europe/Berlin'
 
 DEFAULT_LANG = 'de'
 
-THEME = 'themes/teckids'
-
 # Feed generation is usually not desired when developing
 FEED_ALL_ATOM = None
 CATEGORY_FEED_ATOM = None
-- 
GitLab