From 5b02fc78c2916945e32f716f05fb1c3048f23d00 Mon Sep 17 00:00:00 2001 From: ktrla Date: Fri, 14 Mar 2025 01:13:07 -0400 Subject: [PATCH] Quartz sync: Mar 14, 2025, 1:13 AM --- content/.gitkeep | 0 content/index.md | 6 ++++++ content/notes/Index.md | 11 +++++++++++ content/notes/Introduction.md | 7 +++++++ templates/chapter.md | 7 +++++++ 5 files changed, 31 insertions(+) delete mode 100644 content/.gitkeep create mode 100644 content/index.md create mode 100644 content/notes/Index.md create mode 100644 content/notes/Introduction.md create mode 100644 templates/chapter.md diff --git a/content/.gitkeep b/content/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/index.md b/content/index.md new file mode 100644 index 000000000..2bdfd8337 --- /dev/null +++ b/content/index.md @@ -0,0 +1,6 @@ +--- +title: Welcome to Quartz +--- + +This is a blank Quartz installation. +See the [documentation](https://quartz.jzhao.xyz) for how to get started. diff --git a/content/notes/Index.md b/content/notes/Index.md new file mode 100644 index 000000000..a74b9a259 --- /dev/null +++ b/content/notes/Index.md @@ -0,0 +1,11 @@ +--- +longform: + format: scenes + title: notes + workflow: Default Workflow + sceneFolder: / + scenes: + - Introduction + sceneTemplate: templates/chapter.md + ignoredFiles: [] +--- diff --git a/content/notes/Introduction.md b/content/notes/Introduction.md new file mode 100644 index 000000000..b7b6aede8 --- /dev/null +++ b/content/notes/Introduction.md @@ -0,0 +1,7 @@ +--- +title: Introduction +draft: false +tags: [] +--- + +The rest of your content lives here. You can use **Markdown** here :) \ No newline at end of file diff --git a/templates/chapter.md b/templates/chapter.md new file mode 100644 index 000000000..a2ae1d71b --- /dev/null +++ b/templates/chapter.md @@ -0,0 +1,7 @@ +--- +title: <% tp.file.title %> +draft: false +tags: [] +--- + +The rest of your content lives here. You can use **Markdown** here :) \ No newline at end of file