From 9d2d1b97c8e35684798ba33f4c86705f8ad0f88c Mon Sep 17 00:00:00 2001 From: Max Liu Date: Sun, 25 Aug 2024 14:14:09 -0400 Subject: [PATCH] testing --- _config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index b8c2316..9e04b7b 100644 --- a/_config.yml +++ b/_config.yml @@ -16,9 +16,13 @@ minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} -# - {file: "index.html"} - - {file: "schedule.html"} - # - {file: "schedule.html", title: 'Schedule'} + - {file: "schedule.html", title: 'Home'} + - {file: "index.html", title: 'All Summaries'} + + +# # - {file: "index.html"} +# - {file: "schedule.html"} +# # - {file: "schedule.html", title: 'Schedule'} external: # shows a footer with social links - for available icons see fontawesome.com/icons - {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"}