summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2026-05-07feat: add some demo CSSdemo
2026-05-07feat: implement basic page-infrastructuredemo
2026-05-07feat: implement Config to house template needed by Handlerdemo
2026-05-07style: rename s to storydemo
2026-05-07refactor: move type defs and ServeHTTP def to internal packagedemo
2026-05-07feat: set up endpoints to serve arc titles onlydemo
2026-05-06refactor: move server-running code to separate functionBrandon C. Irizarry
2026-05-06feat: make port configurable via command-line flagBrandon C. Irizarry
2026-05-06feat: implement trivial hello-world web serverBrandon C. Irizarry
2026-05-06chore: add empty main.go fileBrandon C. Irizarry