Newer
Older
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'Teckids e.V.'
SITENAME = 'Teckids e.V.'
SITEURL = ''
STATIC_PATHS = ["static", "images"]
PATH = 'content'
OUTPUT_PATH = 'public'
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = 'de'
THEME = 'themes/teckids'
# 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
('schul-frei', 'https://schul-frei.org'),
('FrogLabs', 'https://froglabs.org'),
('Pädagogisches Leitbild', '/pages/padagogisches-leitbild.html'),
('Partizipation von Jugendlichen', '/pages/partizipation-von-jugendlichen.html'),
('Mitgliedschaft', '/pages/mitgliedschaft.html'),
]),
('Bildung', [
('Unterrichtsmaterial', 'https://www.teckids.org/legacy/docs/public/material/docman.htm'),
FOOTERMENU = (("Spenden", "/pages/spenden.html"),
("Kontakt", "/pages/kontakt.html"),
("Newsletter", "/pages/newsletter.html"),
("Nutzungsbedingungen und Datenschutz", "/pages/nutzungsbedingungen-und-datenschutz.html"),
("AGB für Freizeiten", "/pages/geschaftsbedingungen-des-teckids-ev-fur-die-teilnahme-vereinsfremder-personen-an-freizeitangeboten-und-workshopangeboten.html"),
("Lizenzen", "/pages/lizenzen.html"),
("Impressum", "/pages/impressum.html")
I18N_SUBSITES = {
"en": {
"MENUITEMS": [
("Home", "/index_en.html"),
("Projects", [
("schul-frei", "https://schul-frei.org"),
("FrogLabs", "https://froglabs.org"),
("Educational Concept", "/pages/paedagogisches-leitbild-en.html"),
("Handouts", "/pages/handreichungen-en.html"),
("Goals", "/pages/ziele-en.html"),
("Participation of youngsters", "/pages/partizipation-en.html"),
("Membership", "/pages/mitgliedschaft-en.html"),
]),
("Education", [
("Teaching Material", "https://www.teckids.org/legacy/docs/public/material/docman.htm"),
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
PRIMARY_DARK = "#FF6600"
PRIMARY_LIGHT = "#FF9955"
SECONDARY_DARK = "#0606FA"
SECONDARY_LIGHT = "#005EBE"
SPONSOR_LOGOS = (("/images/sponsors/logo-bareos.png", "https://www.bareos.com/"),
("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"),
("/images/sponsors/logo_informatik-aktuell.png", "https://www.informatik-aktuell.de/"))