mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 08:14:05 -06:00
Quartz sync: Sep 17, 2023, 12:07 PM
This commit is contained in:
parent
82419209c7
commit
f15fcdfe64
21
content/test-index.md
Normal file
21
content/test-index.md
Normal file
@ -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;
|
||||||
|
}
|
||||||
|
```
|
||||||
@ -4,7 +4,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
pageTitle: "🌱 be-far",
|
pageTitle: "🌱 Kirby's Blog",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
|
|||||||
@ -22,8 +22,8 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
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(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user