diff --git a/pelicanconf.py b/pelicanconf.py index 983a7a9cd4c88d74b66e92b1e9598c6ce7203579..d380e1d2bb428ba6f10fd81a7b447514b9f92891 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 peican_theme_teckids.pelicanconf import * AUTHOR = 'Teckids e.V.' SITENAME = "LEOPARD" @@ -21,8 +19,6 @@ TIMEZONE = 'Europe/Paris' DEFAULT_LANG = 'de' -THEME = 'themes/teckids' - # Feed generation is usually not desired when developing FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None