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
Pipeline #1529 failed
...@@ -27,18 +27,22 @@ AUTHOR_FEED_RSS = None ...@@ -27,18 +27,22 @@ AUTHOR_FEED_RSS = None
# Navbar # Navbar
MENUITEMS = [ MENUITEMS = [
('Startseite', '/index.html'), ('Startseite', '/index.html'),
('Neuigkeiten', '/archives.html'),
('Projekte', [ ('Projekte', [
('schul-frei', 'https://schul-frei.org'), ('schul-frei', 'https://schul-frei.org'),
('FrogLabs', 'https://froglabs.org'), ('FrogLabs', 'https://froglabs.org'),
('Dienste', '/pages/Dienste.html'), ('Dienste', '/Dienste.html'),
]), ]),
('Verein', [ ('Medien und Pädagogik', [
('Ziele', '/Ziele.html'),
('Dienste und Software', '/Dienste_und_Software.html'),
('Pädagogisches Leitbild', '/Paedagogisches_Leitbild.html'), ('Pädagogisches Leitbild', '/Paedagogisches_Leitbild.html'),
('Handreichungen', '/Handreichungen.html'),
]),
('Mitgestalten', [
('Ziele', '/Ziele.html'),
('Partizipation von Jugendlichen', '/partizipation.html'),
('Mitgliedschaft', '/Mitgliedschaft.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 = { ...@@ -50,15 +54,23 @@ I18N_SUBSITES = {
"en": { "en": {
"MENUITEMS": [ "MENUITEMS": [
('Home', '/index_en.html'), ('Home', '/index_en.html'),
('News', '/archives.html'), ('Projects', [
('Foo', [ ('schul-frei', 'https://schul-frei.org'),
('Bar', '/bar.html'), ('FrogLabs', 'https://froglabs.org'),
('Beispiel', 'https://example.com'), ('Services', '/Dienste.html')
]), ]),
('Bar', [ ('Media and Pedagogy', [
('Foobar', '/beispiel'), ('Educational Concept', '/Paedagogisches_Leitbild.html'),
('Barfoo', '/beispiel1.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