content/.gitkeep
docs/advanced/architecture.md
docs/advanced/creating components.md
docs/advanced/making plugins.md
docs/advanced/paths.md
docs/authoring content.md
docs/build.md
docs/configuration.md
docs/features/Latex.md
docs/features/Mermaid diagrams.md
docs/features/Obsidian compatibility.md
docs/features/RSS Feed.md
docs/features/SPA Routing.md
docs/features/backlinks.md
docs/features/callouts.md
docs/features/darkmode.md
docs/features/folder and tag listings.md
docs/features/full-text search.md
docs/features/graph view.md
docs/features/index.md
docs/features/popover previews.md
docs/features/private pages.md
docs/features/recent notes.md
docs/features/syntax highlighting.md
docs/features/table of contents.md
docs/features/upcoming features.md
docs/features/wikilinks.md
docs/hosting.md
docs/images/dns records.pngdocs/images/quartz layout.pngdocs/images/quartz transform pipeline.pngdocs/index.md
docs/layout.md
docs/migrating from Quartz 3.md
docs/philosophy.md
docs/showcase.md
docs/tags/component.md
docs/upgrading.md
quartz/bootstrap-cli.mjs
@@ -162,7 +162,6 @@ label: "Symlink an existing folder", hint: "don't select this unless you know what you are doing!", }, { value: "keep", label: "Keep the existing files" }, ], }), ) @@ -176,6 +175,7 @@ } } await fs.promises.unlink(path.join(contentFolder, ".gitkeep")) if (setupStrategy === "copy" || setupStrategy === "symlink") { const originalFolder = escapePath( exitIfCancel( @@ -205,8 +205,6 @@ await fs.promises.symlink(originalFolder, contentFolder, "dir") } } else if (setupStrategy === "new") { await rmContentFolder() await fs.promises.mkdir(contentFolder) await fs.promises.writeFile( path.join(contentFolder, "index.md"), `---