From 5cf760528fb9b6d367fc4634f216ed3eb47b9c1d Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 29 Jul 2016 22:57:25 +0200 Subject: hide sidebar for now add Home button to navbar --- pelican-themes | 2 +- pelicanconf.py | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pelican-themes b/pelican-themes index 9ec4ae0..df54a40 160000 --- a/pelican-themes +++ b/pelican-themes @@ -1 +1 @@ -Subproject commit 9ec4ae03ea648b0f882edda44e5a6866bf100d9a +Subproject commit df54a40bd7251ed9eb43bea48a870dc54ce9e7ff diff --git a/pelicanconf.py b/pelicanconf.py index 1fff3b9..f51e4fe 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -51,10 +51,13 @@ PAGE_URL = '{slug}' PAGE_SAVE_AS = '{slug}.html' DISPLAY_PAGES_ON_MENU = False -MENUITEMS = (('About', './about.html'), +MENUITEMS = (('Home', 'https://fossencdi.org'), + ('About', './about.html'), ('Research', './research.html'), ('Notes', './notes.html'),) +HIDE_SIDEBAR = True + # activate if there are more articles and tag page fixed DISPLAY_TAGS_ON_SIDEBAR = False @@ -65,8 +68,8 @@ LINKS = (('Pelican', 'http://getpelican.com/'), ('You can modify those links in your config file', '#'),) # Social widget -SOCIAL = (('You can add links in your config file', '#'), - ('Another social link', '#'),) +# SOCIAL = (('You can add links in your config file', '#'), +# ('Another social link', '#'),) DEFAULT_PAGINATION = 10 -- cgit v1.1