Source for sitenetsoft.org — the index and introduction for SiteNetSoft's open source work.
- Static HTML/CSS with a small vanilla-JS color-scheme toggle, no build step. Edit
index.html,assets/css/main.css, andassets/js/theme.jsdirectly. - The scheme choice persists in localStorage under
pha-color-scheme(valuessystem | light | dark), shared with quarkus-pha-based docs on the same origin so the selection stays consistent acrosssitenetsoft.org/*. - Served by GitHub Pages with the custom domain in
CNAME. - This repo hosts only the root page. Each project repo publishes its own documentation
via its own GitHub Pages site, which appears at
sitenetsoft.org/<repo-name>. _specs/and_plans/hold design documents; underscore-prefixed directories are not published by GitHub Pages.
