diff --git a/pelicanconf.py b/pelicanconf.py index da0f06a..423c220 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,15 +4,15 @@ AUTHOR = 'Tobias Radloff' SITENAME = 'Tobias Radloff' -SITESUBTITLE = "Schriftsteller" -SITEURL = "" +SITESUBTITLE = 'Schriftsteller' +SITEURL = '' TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = 'de' #DEFAULT_DATE_FORMAT = '%d.%m.%Y' (doesn't seem to work) -THEME = "theme/" -PATH = "content" +THEME = 'theme/' +PATH = 'content' ############################################################################### # Content Settings #