Move Quartz config files to docs/

Keep repo root cleaner by storing quartz.config.ts and quartz.layout.ts
in docs/ alongside the content they configure. Updated workflow to copy
from the new location.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-03 08:40:21 -08:00
commit fe161e547c
3 changed files with 3 additions and 3 deletions

View file

@ -54,9 +54,9 @@ jobs:
# Install dependencies
npm ci
# Copy our configuration
cp "$GITHUB_WORKSPACE/quartz.config.ts" .
cp "$GITHUB_WORKSPACE/quartz.layout.ts" .
# Copy our configuration (lives in docs/ to keep repo root clean)
cp "$GITHUB_WORKSPACE/docs/quartz.config.ts" .
cp "$GITHUB_WORKSPACE/docs/quartz.layout.ts" .
# Copy docs as content
rm -rf content