From ff07143489c7a2789ee828c92fc206aa607f47d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 15:11:01 -0400 Subject: Remove menu and simplify main page layout The loss of the menu as a return to home mechanism is slightly unfortunate, but the more or less meaningless distinction between links in the menu and links on the main page was always confusing. Maybe some day the whole site can be reorganized to be more coherent, but for now, I find simple pages like this nicer. --- pelicanconf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 133d498..4ccd531 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,11 +27,6 @@ SOCIAL = () # Menu -MENUITEMS = [('News', '/news.html'), - ('Reference', 'http://lv2plug.in/ns/'), - ('Developing', '/pages/developing.html'), - ('Git', 'http://gitlab.com/lv2/lv2')] - DISPLAY_PAGES_ON_MENU = False DISPLAY_CATEGORIES_ON_MENU = False -- cgit v1.2.1