docs: add deployment guide

Create deployment.md how-to page covering local preview,
GitHub Pages, Netlify, Cloudflare Pages, and generic static
hosts. Add cross-links from homepage and getting-started
Next Steps. Reference security.md for CSP headers.
This commit is contained in:
Timothy DeHerrera
2026-02-12 13:18:17 -07:00
parent f40233cb6e
commit f357ecd551
4 changed files with 83 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ Open `public/index.html` in your browser. You should see your "Hello, World!" pa
## Next Steps
- [Deployment](deployment.html) — put your site on the web
- [Configuration](configuration.html) — customize `site.toml` options (paths, navigation, base URL)
- [Content Organization](content-organization.html) — learn how directories map to site sections
- [Features](features/index.html) — syntax highlighting, math, diagrams, and more