Consolidate examples into unified production config with static CSS

- New sqlite_serve.conf: all features on single port 8080
- New zenburn.css: hex color palette, all styles in one cacheable file
- New Zenburn templates: header/footer/card partials
- New start.sh: unified launcher with all endpoint docs
- Removed 3 separate example configs and start scripts

15 files changed, 980 insertions(+), 258 deletions(-)
This commit is contained in:
Edward Langley
2025-11-15 16:42:05 -08:00
parent f3e3b8c77b
commit a4a838ad3b
15 changed files with 980 additions and 258 deletions

View File

@ -0,0 +1,9 @@
</main>
<footer>
<p>sqlite-serve v0.1.0</p>
<p>Rust + NGINX + SQLite + Handlebars</p>
<p>45 tests | Type-safe | Read-only</p>
</footer>
</body>
</html>