diff options
m--------- | pelican-themes | 0 | ||||
-rw-r--r-- | pelicanconf.py | 17 |
2 files changed, 11 insertions, 6 deletions
diff --git a/pelican-themes b/pelican-themes -Subproject df54a40bd7251ed9eb43bea48a870dc54ce9e7f +Subproject a2d766dce88b7f7b1189df4b466ef2ac20454b8 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', '#'), |