mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 00:04:06 -06:00
Quartz sync: Sep 18, 2023, 10:31 AM
This commit is contained in:
parent
fe3ea33bdc
commit
a3846bddfc
@ -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;
|
|
||||||
}
|
|
||||||
```
|
|
||||||
@ -23,11 +23,11 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.Search(),
|
Component.Search(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
Component.DesktopOnly(Component.Explorer()),
|
Component.DesktopOnly(Component.Explorer()),
|
||||||
// Component.TableOfContents(),
|
//Component.TableOfContents(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
Component.Graph(),
|
Component.Graph(),
|
||||||
// Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user