Skip to content
Snippets Groups Projects
Commit cb37252d authored by Philipp Stahl's avatar Philipp Stahl
Browse files

Copy pelicanconf.py from master-branch

parent 8dc5cc7f
No related branches found
No related tags found
No related merge requests found
...@@ -26,22 +26,10 @@ AUTHOR_FEED_RSS = None ...@@ -26,22 +26,10 @@ AUTHOR_FEED_RSS = None
# Navbar # Navbar
MENUITEMS = [ MENUITEMS = [
('Startseite', 'index.html'), ('Home', 'index.html'),
('Projekte', 'pages/projekte.html'), ('Informationen', 'pages/informationen/informationen.html'),
('Information', "pages/infos.html")
] ]
'''
Von der Teckids webseite um zu schauen ob s gehen solte;
MENUITEMS = [
("Startseite", "index.html"),
("Verein", "pages/verein.html"),
("Mitmachen", "pages/mitmachen.html"),
("Spenden", "pages/spenden.html"),
]
'''
FOOTERMENU = (('Pelican', 'http://getpelican.com/'), FOOTERMENU = (('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'), ('Python.org', 'http://python.org/'),
('Jinja2', 'http://jinja.pocoo.org/')) ('Jinja2', 'http://jinja.pocoo.org/'))
......
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