feature: Style updates, add Servers documentation

This commit is contained in:
Keith Solomon
2025-11-29 17:30:01 -06:00
parent e6f6ea5846
commit d367a5392d
5 changed files with 266 additions and 1 deletions

View File

@@ -9,18 +9,22 @@ nav: 1
# Cloudflare Pages Workflow
## Overview
This note captures the build and deploy flow for the static notes site. The site compiles Markdown into static HTML under the `dist/` directory.
## Build steps
1. Install dependencies: `npm install`.
2. Generate the site: `npm run build`.
3. Upload the `dist/` output to Cloudflare Pages.
## Environment
- Node 20+ is recommended.
- CI uses `npm ci` and `npm run build` from the default branch.
## Tips
- Keep content in `content/` with front matter to expose metadata.
- The build bundles a `search-index.json`; avoid storing secrets in front matter.
- Regenerate locally before pushing to preview changes.