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

Remove settings moved to template

parent 9698d1c2
No related branches found
No related tags found
No related merge requests found
......@@ -4,61 +4,14 @@ from __future__ import unicode_literals
from pelican_theme_teckids.pelicanconf import *
AUTHOR = 'Teckids e.V.'
SITENAME = "Hack'n'Fun"
SITEURL = ''
SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg'
FAVICON = '/images/favicon.png'
ARTICLE_PATHS = ["posts"]
PAGE_PATHS = ["pages"]
STATIC_PATHS = ["static", "images"]
PATH = 'content'
OUTPUT_PATH = 'public'
SLUGIFY_SOURCE = "basename"
TIMEZONE = 'Europe/Berlin'
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 += [
('Freizeiten', 'pages/freizeiten.html'),
('Mitmach-Sessions','pages/mitmach-sessions.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": {
"MENUITEMS": [
......@@ -69,27 +22,7 @@ I18N_SUBSITES = {
}
}
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
('Another social link', '#'),)
DEFAULT_PAGINATION = 10
# CSS
CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL)
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
PRIMARY_DARK = "#327a00"
PRIMARY_LIGHT = "#55d100"
SECONDARY_DARK = "#00c5fa"
SECONDARY_LIGHT = "#015ebe"
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