From d833017bbee64150b966812978b54546fca00ffe Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 14 Feb 2026 02:20:42 +0100 Subject: [PATCH] chore: cleanup --- .github/workflows/build-preview.yaml | 2 -- content/index.md | 17 ----------------- content/test-page.md | 14 -------------- 3 files changed, 33 deletions(-) delete mode 100644 content/index.md delete mode 100644 content/test-page.md diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml index a26a9bcc9..0c71f4144 100644 --- a/.github/workflows/build-preview.yaml +++ b/.github/workflows/build-preview.yaml @@ -2,8 +2,6 @@ name: Build Preview Deployment on: pull_request: - branches: - - v5 types: [opened, synchronize] workflow_dispatch: diff --git a/content/index.md b/content/index.md deleted file mode 100644 index 809d9d269..000000000 --- a/content/index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Welcome to Quartz -tags: - - documentation ---- - -This is the homepage of Quartz. - -## Getting Started - -Quartz is a static site generator for digital gardens. - -### Features - -- Fast search -- Graph view -- Explorer sidebar diff --git a/content/test-page.md b/content/test-page.md deleted file mode 100644 index c51120b52..000000000 --- a/content/test-page.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Test Page -tags: - - test - - example ---- - -This is a test page for search functionality. - -## Search Test Section - -You can search for terms like "test", "search", or "Quartz". - -More content here to make the page searchable.