summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 22:57:25 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 22:57:25 +0200
commit5cf760528fb9b6d367fc4634f216ed3eb47b9c1d (patch)
tree7007c50f610a1399f90ae5f661c545b1296582a6 /pelicanconf.py
parent051ff1dc5eb37c95f59de0a5d47ee2725f69946d (diff)
downloadblog-5cf760528fb9b6d367fc4634f216ed3eb47b9c1d.zip
blog-5cf760528fb9b6d367fc4634f216ed3eb47b9c1d.tar.gz
blog-5cf760528fb9b6d367fc4634f216ed3eb47b9c1d.tar.bz2
hide sidebar for now
add Home button to navbar
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py9
1 files changed, 6 insertions, 3 deletions
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