diff --git a/pelicanconf.py b/pelicanconf.py index 86792c398adfda29b647d697d735c05aa81e25bd..c210fa6d36a721da339754d78061782c858d4e54 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