From 418a98793d86a609f81b1905ead205f0e7b9b36a Mon Sep 17 00:00:00 2001 From: Anna Weichelt <anna.weichelt@teckids.org> Date: Wed, 18 Mar 2020 20:41:30 +0100 Subject: [PATCH] Update pelicanconf.py --- pelicanconf.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 75f337f1..58d2bbf1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,13 +28,17 @@ AUTHOR_FEED_RSS = None MENUITEMS = [ ('Home', '/index.html'), ('News', '/archives.html'), - ('Foo', [ - ('Bar', '/bar.html'), - ('Beispiel', 'https://example.com'), + ('Projekte', [ + ('FrogLabs', '/bar.html'), + ('HacknFun', 'https://example.com'), + ('AlekSIS', 'https://example.com'), ]), - ('Bar', [ - ('Foobar', '/beispiel'), - ('Barfoo', '/beispiel1.html'), + ('Verein', [ + ('Ziele', '/beispiel'), + ('Dienste und Software', '/Dienste_und_Software.html'), + ('Pädagogisches Leitbild', '/Paedagogisches_Leitbild.html'), + ('Mitgliedschaft', '/Mitgliedschaft.html'), + ('Spenden und Sponsoring', '/Spenden_Sponsoring.html'), ]), ] -- GitLab