diff --git a/pelicanconf.py b/pelicanconf.py index ca13176b5b961e187545b3ce66a41c61b7e5e9a5..6027301bec86f3f56561bba0435e41474350bd81 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 = 'Schul-Frei' @@ -23,7 +21,6 @@ SLUGIFY_SOURCE = 'basename' TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = 'de' -THEME = 'themes/teckids' PLUGIN_PATHS = ["plugins"] PLUGINS = ["i18n_subsites", "sitemap", "summary", "jinja2content"]