From d30946daae89611234af2d4affd89da87b75a232 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 2 Aug 2016 23:14:10 +0200 Subject: refine menu and sidebar entries --- pelicanconf.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index f51e4fe..792d69c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,19 +53,24 @@ DISPLAY_PAGES_ON_MENU = False MENUITEMS = (('Home', 'https://fossencdi.org'), ('About', './about.html'), + ('Photos', 'https://fossencdi.org/gallery'), ('Research', './research.html'), - ('Notes', './notes.html'),) + ('Contact', './contact.html'),) -HIDE_SIDEBAR = True +SIDEBARITEMS = (('My setup', './setup.html'), + ('Replicant 6.0', './replicant6.0.html'), + ('Notes', './notes.html'),) + +# HIDE_SIDEBAR = True # activate if there are more articles and tag page fixed DISPLAY_TAGS_ON_SIDEBAR = False # Blogroll -LINKS = (('Pelican', 'http://getpelican.com/'), - ('Python.org', 'http://python.org/'), - ('Jinja2', 'http://jinja.pocoo.org/'), - ('You can modify those links in your config file', '#'),) +LINKS = (('Debian', 'https://www.debian.org/'), + ('Replicant', 'https://www.replicant.us/'), + ('Libreboot', 'https://libreboot.org/'), + ('F-Droid', 'https://f-droid.org/'),) # Social widget # SOCIAL = (('You can add links in your config file', '#'), -- cgit v1.1