From fa4bd661a442659e6aa3a0a0621d1d8f0460c361 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Sun, 12 Feb 2023 17:06:40 -0800 Subject: [PATCH] merge explore into index, add global graph --- content/Explore.md | 6 ------ content/_index.md | 4 +++- data/graphConfig.yaml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 content/Explore.md diff --git a/content/Explore.md b/content/Explore.md deleted file mode 100644 index 9657d82a..00000000 --- a/content/Explore.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Explore Notes ---- - -This website is organized as a [[Digital Garden]] -- an organic collection of notes that link to each other. - diff --git a/content/_index.md b/content/_index.md index 805d4939..ad955115 100644 --- a/content/_index.md +++ b/content/_index.md @@ -26,7 +26,9 @@ permalink: / ## Explore -* Visit the [[Calendar]] to browse all upcoming events, and submit your own to share! +This website is organized as a [[Digital Garden]] -- an organic collection of notes that link to each other. + +* Visit the [[calendar]] to browse all upcoming events, and submit your own to share! * See the list of all [events](/tags/Event) * Add a [person page](/tags/Person) for yourself * Check out local [[Organizations]], Projects, and Protocols and add your own diff --git a/data/graphConfig.yaml b/data/graphConfig.yaml index a6f916ac..06ce2b08 100644 --- a/data/graphConfig.yaml +++ b/data/graphConfig.yaml @@ -1,7 +1,7 @@ # if true, a Global Graph will be shown on home page with full width, no backlink. # A different set of Local Graphs will be shown on sub pages. # if false, Local Graph will be default on every page as usual -enableGlobalGraph: false +enableGlobalGraph: true ### Local Graph ###