Skip to content

Commit

Permalink
pelicanconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanophile committed Apr 5, 2024
1 parent dd8f06c commit 37adaaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37adaaf

Please sign in to comment.