About
What this is.
A minimal site used to verify the path from local files, through a private GitHub repository, to a live host.
The stack
- Markup
- Two hand-written HTML pages,
index.htmlandabout.html. - Styling
- A single
style.csswith a light and dark palette driven byprefers-color-scheme. - Source control
- A private repository under the ErikBernskiold GitHub account.
- Hosting
- agenthost's static runtime, which serves
index.htmlfrom the project root.
Why bother
Small sites are the cheapest way to test a deployment pipeline. If two pages and a stylesheet arrive intact, with working links and HTTPS, the pipeline works — and anything more elaborate is a content problem rather than a plumbing one.