mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Quartz sync: Sep 18, 2023, 10:31 AM
This commit is contained in:
parent
5e4ef3ce9f
commit
d9a2a9245e
@ -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.Darkmode(),
|
||||
Component.DesktopOnly(Component.Explorer()),
|
||||
// Component.TableOfContents(),
|
||||
//Component.TableOfContents(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
// Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.Backlinks(),
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user