summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-02 23:14:10 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-02 23:14:10 +0200
commitd30946daae89611234af2d4affd89da87b75a232 (patch)
tree7e2f2a0748fbc6c6869e9b9dcf0239666fbf78bc /pelicanconf.py
parentc88e8a2c21ced68f051009c9ff00e48ac87ef4a3 (diff)
downloadblog-d30946daae89611234af2d4affd89da87b75a232.zip
blog-d30946daae89611234af2d4affd89da87b75a232.tar.gz
blog-d30946daae89611234af2d4affd89da87b75a232.tar.bz2
refine menu and sidebar entries
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py17
1 files changed, 11 insertions, 6 deletions
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', '#'),