- Rename site 'a rethink development' -> 'rethink development' (site_name, landing H1); copyright -> 'rethink development (handbook)'. - libraries.md: remove the 'if the live list is empty' admonition now that Gitea CORS is fixed. - extra.css: improve Library-column readability — brighter #cfe6ff code chips on a cyan-tinted bg, more weight, roomier cell padding (0.7/1em), nowrap lib names, accent-colored links. Signed-off-by: disqualifier <dev@disqualifier.me>
1.2 KiB
rethink development
The public reference for building and shipping with Rethink Studios: our shared libraries, our coding standards, and how to deploy a project on our network.
This is a public site — it documents generic patterns and conventions. Real
infrastructure specifics (hostnames, internal IPs, exact topology, secrets) stay
out of it; examples use placeholders like <dev>, <project>, and /srv/....
Sections
-
:material-package-variant: Libraries
The live list of the
rethink-publiclibrary suite, pulled straight from Gitea — each entry links to the repo, where the README and tags live. -
:material-ruler-square: Standards
House coding standards — file hygiene, docstrings, type hints, linting, and how we handle errors.
-
:material-sitemap: Workflow
How we actually work day to day — our Gitea, git habits, and the plan-in-chat / build-in-Claude-Code flow, plus shell setup.
-
:material-rocket-launch: Deploy
How to get a project running on rethink-net — containers, paths and mounts, permissions, and secrets.