No description
- HTML 50.3%
- Shell 44.6%
- Rust 2.9%
- Makefile 2.2%
Cleanup (fully open, single-page baseline): - Remove password gate and email/waitlist gate: drop the localStorage 'skillsai_auth' redirects, the #G gate, waitlist form, and gate JS. - Remove the blog: delete blogs/, templates/blog/, static/images/blog/, the BlogAssets embed, and all blog nav links. DefaultAppState now gets an empty Blog::new(BlogConfig::default()); the framework /blog route remains but serves no posts. - Delete unused inner pages (crisis, solution, architecture, security, deployments): templates, handlers, routes, and nav links. Redesign: - Replace templates/index.html with the Skills by cloud.coop v5_6 design (standalone dark theme: hero typewriter search, services grid, why-not- ChatGPT, how-it-works, provider CTA, request modal). Does not extend base.html, which stays the shell for contact/404. Fix: - not_found now returns a real 404 status via (StatusCode::NOT_FOUND, Html) instead of 200, so unknown/deleted routes report Not Found correctly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| reference | ||
| scripts | ||
| specs | ||
| src | ||
| static | ||
| templates | ||
| .gitignore | ||
| buildenv.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| Makefile | ||
| README.md | ||