Restore previous bible/ content as bible-local/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
15
bible-local/kit/scaffolds/go-nethttp-web/README.md
Normal file
15
bible-local/kit/scaffolds/go-nethttp-web/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Go net/http Web Skeleton
|
||||
|
||||
Minimal starter skeleton for a Go web app using:
|
||||
|
||||
- `net/http`
|
||||
- `html/template`
|
||||
- embedded templates and static assets
|
||||
|
||||
This scaffold is intended as a starting point that host repositories can adapt.
|
||||
|
||||
Vapor shell preset integration is included:
|
||||
|
||||
- default preset via `<html data-vapor-shell="miami-sunset">`
|
||||
- runtime override via `?vapor_shell=<preset-id>`
|
||||
- persisted selection via `localStorage["vapor_shell"]`
|
||||
Reference in New Issue
Block a user