From 5eca32b94eb21fc8fe7cc17fbfd0915d7116586c Mon Sep 17 00:00:00 2001 From: Hendr_ik Date: Fri, 31 May 2019 17:35:31 +0200 Subject: [PATCH] Update pelicanconf.py --- pelicanconf.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 23b6825..e0c41ac 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals import logging # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://www.offen.dev' +#SITEURL = 'https://www.offen.dev' RELATIVE_URLS = False AUTHOR = 'offen' @@ -24,10 +24,6 @@ AUTHOR_FEED_RSS = None # pagination DEFAULT_PAGINATION = False -# Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True - - # added configs ---------------------------------------------- @@ -37,18 +33,12 @@ THEME = './theme' # Delete the output directory before generating new files. DELETE_OUTPUT_DIRECTORY = True -# List of templates that are used directly to render content. -# DIRECT_TEMPLATES = ['index','deepdive'] - # dont create following standard pages AUTHORS_SAVE_AS = None ARCHIVES_SAVE_AS = None CATEGORIES_SAVE_AS = None TAGS_SAVE_AS = None -# The static paths you want to have accessible on the output path “static”. -STATIC_PATHS = ['css', 'img', 'fonts'] - # The default metadata you want to use for all articles and pages. DEFAULT_METADATA = { 'description': 'offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.'