mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
Update pelicanconf.py
This commit is contained in:
parent
e0808b7906
commit
5eca32b94e
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# 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
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
AUTHOR = 'offen'
|
AUTHOR = 'offen'
|
||||||
@ -24,10 +24,6 @@ AUTHOR_FEED_RSS = None
|
|||||||
# pagination
|
# pagination
|
||||||
DEFAULT_PAGINATION = False
|
DEFAULT_PAGINATION = False
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
|
||||||
#RELATIVE_URLS = True
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# added configs ----------------------------------------------
|
# added configs ----------------------------------------------
|
||||||
@ -37,18 +33,12 @@ THEME = './theme'
|
|||||||
# Delete the output directory before generating new files.
|
# Delete the output directory before generating new files.
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
# List of templates that are used directly to render content.
|
|
||||||
# DIRECT_TEMPLATES = ['index','deepdive']
|
|
||||||
|
|
||||||
# dont create following standard pages
|
# dont create following standard pages
|
||||||
AUTHORS_SAVE_AS = None
|
AUTHORS_SAVE_AS = None
|
||||||
ARCHIVES_SAVE_AS = None
|
ARCHIVES_SAVE_AS = None
|
||||||
CATEGORIES_SAVE_AS = None
|
CATEGORIES_SAVE_AS = None
|
||||||
TAGS_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.
|
# The default metadata you want to use for all articles and pages.
|
||||||
DEFAULT_METADATA = {
|
DEFAULT_METADATA = {
|
||||||
'description': 'offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.'
|
'description': 'offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.'
|
||||||
|
Loading…
Reference in New Issue
Block a user