Skip to content
Snippets Groups Projects
Verified Commit 5fbf84ec authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove settings moved to template

parent b8c7ff38
No related branches found
No related tags found
No related merge requests found
......@@ -4,60 +4,13 @@ from __future__ import unicode_literals
from pelican_theme_teckids.pelicanconf import *
AUTHOR = 'Teckids e.V.'
SITENAME = "LEOPARD"
SITEURL = ''
SITELOGO = f'{SITEURL}/theme/artwork/banner-leopard.svg'
FAVICON = '/images/favicon.png'
ARTICLE_PATHS = ["posts"]
PAGE_PATHS = ["pages"]
STATIC_PATHS = ["static", "images"]
PATH = 'content'
OUTPUT_PATH = 'public'
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = 'de'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
PLUGIN_PATHS = ["plugins"]
PLUGINS = ["i18n_subsites", "sitemap", "summary", "jinja2content"]
MARKDOWN = {
"extension_configs": {
"markdown.extensions.attr_list": {},
"markdown.extensions.md_in_html": {}
}
}
# Navbar
MENUITEMS = [
('Home', 'index.html'),
('Neuigkeiten', 'archives.html'),
MENUITEMS += [
('Formate', 'pages/formate.html'),
('Konzepte', 'pages/konzepte.html'),
]
FOOTERMENU = (("Spenden", "https://www.teckids.org/pages/spenden.html"),
("Kontakt", "https://www.teckids.org/pages/kontakt.html"),
("Newsletter", "https://www.teckids.org/pages/newsletter.html"),
("Nutzungsbedingungen und Datenschutz", "https://www.teckids.org/pages/nutzungsbedingungen_datenschutz.html"),
("AGB für Freizeiten", "https://www.teckids.org/pages/agb_freizeiten.html"),
("Impressum", "https://www.teckids.org/pages/impressum.html")
)
MINIFOOTER_MENU = (("Teckids e.V.", ""),
("Rochusstraße 2", ""),
("53123 Bonn", ""),
("verein@teckids.org", "mailto:verein@teckids.org"),
("+49 228 92934160", "tel:+49 228 92934160"))
I18N_SUBSITES = {
"en": {
......@@ -76,25 +29,7 @@ I18N_SUBSITES = {
}
}
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
PRIMARY_DARK = "#015ebe"
PRIMARY_LIGHT = "#00c5fa"
SECONDARY_DARK = "#ff6600"
SECONDARY_LIGHT = "#ff9955"
CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL)
LICENCE_DEFAULT = "CC-BY-SA 4.0+"
LICENCETEXTS = {
"de": "Dieser Inhalt ist, sofern nicht bei einzelnen Medien anders angegeben, lizenziert unter:",
"en": "If not stated differently for single media, this content is licenced under:",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment