From 37adaaf872346be0f178e129b32e0bb857ba419e Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 5 Apr 2024 18:23:47 +1100 Subject: [PATCH] pelicanconf.py --- pelicanconf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 773efb1..37df54a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -20,20 +20,20 @@ # ▼▼▼▼▼▼▼▼▼▼ OVERWRITTEN in publishconf.py ▼▼▼▼ -# MENUITEMS = [ -# ("About", "/pages/About.html"), -# # ("Projects", "/pages/projects.html"), -# ("CV", "/pages/CV.html"), -# ("Blog", "/category/blog.html"), -# # ("Contact", "/pages/contact.html"), -# ] +MENUITEMS = [ + ("About", "/index.html"), + # ("Projects", "/pages/projects.html"), + ("CV", "/pages/CV.html"), + ("Blog", "/category/blog.html"), + # ("Contact", "/pages/contact.html"), +] # ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ LOAD_CONTENT_CACHE = False -DISPLAY_PAGES_ON_MENU = True -DISPLAY_CATEGORIES_ON_MENU = True +DISPLAY_PAGES_ON_MENU = False +DISPLAY_CATEGORIES_ON_MENU = False # where the source content is located PATH = "content"