Add docs/index.md instead of generating in workflow

Keep the index page as a normal doc file that can be edited,
rather than generating it during the build workflow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-03 08:52:13 -08:00
commit b3b0e110c8
2 changed files with 8 additions and 12 deletions

View file

@ -58,21 +58,10 @@ jobs:
cp "$GITHUB_WORKSPACE/docs/quartz.config.ts" .
cp "$GITHUB_WORKSPACE/docs/quartz.layout.ts" .
# Copy docs as content
# Copy docs as content (includes index.md)
rm -rf content
cp -r "$GITHUB_WORKSPACE/docs" content
# Create index page
cat > content/index.md << 'EOF'
---
title: BlumeOps Documentation
---
Welcome to the BlumeOps documentation.
[[README|Documentation Home]]
EOF
# Build
echo "Building static site..."
npx quartz build

7
docs/index.md Normal file
View file

@ -0,0 +1,7 @@
---
title: BlumeOps Documentation
---
Welcome to the BlumeOps documentation.
[[README|Documentation Home]]