From d9a2a9245e2479e61d6a145b765ff2206bfb934f Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Mon, 18 Sep 2023 10:31:57 -0500 Subject: [PATCH] Quartz sync: Sep 18, 2023, 10:31 AM --- content/test-index.md | 21 --------------------- quartz.layout.ts | 4 ++-- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 content/test-index.md diff --git a/content/test-index.md b/content/test-index.md deleted file mode 100644 index 5084a42f7..000000000 --- a/content/test-index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: A Homepage -tags: - - test ---- -# Welcome! -This is a [[Digital Garden]]. -> A digital garden is an online space at the intersection of a notebook and a blog, where digital gardeners share seeds of thoughts to be cultivated in public. -> -> \- [Le Cunff](https://nesslabs.com/digital-garden-set-up) - -> [!info] Info -> This is a test page to show off a theme. - -```c++ -int main(int argc, char** argv) -{ - // Some code - return 0; -} -``` \ No newline at end of file diff --git a/quartz.layout.ts b/quartz.layout.ts index c260b2578..21a4ac0ec 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -23,11 +23,11 @@ export const defaultContentPageLayout: PageLayout = { Component.Search(), Component.Darkmode(), Component.DesktopOnly(Component.Explorer()), - // Component.TableOfContents(), + //Component.TableOfContents(), ], right: [ Component.Graph(), - // Component.DesktopOnly(Component.TableOfContents()), + Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ], }