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