diff --git a/content/test-index.md b/content/test-index.md new file mode 100644 index 000000000..5084a42f7 --- /dev/null +++ b/content/test-index.md @@ -0,0 +1,21 @@ +--- +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.config.ts b/quartz.config.ts index fbe4b0d28..21929e220 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -4,7 +4,7 @@ import * as Plugin from "./quartz/plugins" const config: QuartzConfig = { configuration: { defaultDateType: "modified", - pageTitle: "🌱 be-far", + pageTitle: "🌱 Kirby's Blog", enableSPA: true, enablePopovers: true, analytics: null, diff --git a/quartz.layout.ts b/quartz.layout.ts index 61b62bbf3..c260b2578 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -22,8 +22,8 @@ export const defaultContentPageLayout: PageLayout = { Component.MobileOnly(Component.Spacer()), Component.Search(), Component.Darkmode(), - // Component.DesktopOnly(Component.Explorer()), - Component.TableOfContents(), + Component.DesktopOnly(Component.Explorer()), + // Component.TableOfContents(), ], right: [ Component.Graph(),