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

@@ -22,6 +22,7 @@ Ready to try it? Start with the [Getting Started](getting-started.html) guide.
## Learn More
- [Getting Started](getting-started.html) — install sukr and build your first site
- [Deployment](deployment.html) — deploy your site to GitHub Pages, Netlify, or any static host
- [Configuration](configuration.html) — `site.toml` reference and CLI options
- [Content Organization](content-organization.html) — how directories map to site structure
- [Architecture](architecture.html) — how sukr works under the hood