Skip to content
Snippets Groups Projects
Commit aecd7cae authored by Anna Weichelt's avatar Anna Weichelt
Browse files

Update pelicanconf.py

parent 7893cd65
No related branches found
No related tags found
No related merge requests found
......@@ -27,18 +27,22 @@ AUTHOR_FEED_RSS = None
# Navbar
MENUITEMS = [
('Startseite', '/index.html'),
('Neuigkeiten', '/archives.html'),
('Projekte', [
('schul-frei', 'https://schul-frei.org'),
('FrogLabs', 'https://froglabs.org'),
('Dienste', '/pages/Dienste.html'),
('Dienste', '/Dienste.html'),
]),
('Verein', [
('Ziele', '/Ziele.html'),
('Dienste und Software', '/Dienste_und_Software.html'),
('Medien und Pädagogik', [
('Pädagogisches Leitbild', '/Paedagogisches_Leitbild.html'),
('Handreichungen', '/Handreichungen.html'),
]),
('Mitgestalten', [
('Ziele', '/Ziele.html'),
('Partizipation von Jugendlichen', '/partizipation.html'),
('Mitgliedschaft', '/Mitgliedschaft.html'),
('Spenden und Sponsoring', '/Spenden_Sponsoring.html'),
]),
('Bildung', [
('Unterrichtsmaterial', 'https://www.teckids.org/legacy/docs/public/material/docman.htm'),
]),
]
......@@ -50,15 +54,23 @@ I18N_SUBSITES = {
"en": {
"MENUITEMS": [
('Home', '/index_en.html'),
('News', '/archives.html'),
('Foo', [
('Bar', '/bar.html'),
('Beispiel', 'https://example.com'),
('Projects', [
('schul-frei', 'https://schul-frei.org'),
('FrogLabs', 'https://froglabs.org'),
('Services', '/Dienste.html')
]),
('Bar', [
('Foobar', '/beispiel'),
('Barfoo', '/beispiel1.html'),
('Media and Pedagogy', [
('Educational Concept', '/Paedagogisches_Leitbild.html'),
('Handouts', '/Handreichungen.html'),
]),
('Contribution', [
('Goals', '/Ziele.html')
('Partizipation of youngsters', '/partizipation.html')
('Membership', 'Mitgliedschaft.html')
])
('Education', [
('Teaching Material', 'https://www.teckids.org/legacy/docs/public/material/docman.htm')
])
]
}
}
......
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