Quartz sync: Sep 18, 2023, 10:31 AM

This commit is contained in:
bfahrenfort 2023-09-18 10:31:57 -05:00
parent 5e4ef3ce9f
commit d9a2a9245e
2 changed files with 2 additions and 23 deletions

View File

@ -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;
}
```

View File

@ -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(),
],
}