Engineering Blog — Wiki#
This wiki tracks the operations, CI/CD, and security posture of the
dominicusin.github.io Hugo + Blowfish engineering blog.
Quick links#
- Repo: https://github.com/dominicusin/dominicusin.github.io
- Live site: https://dominicusin.github.io
- Project board: see Issues + Milestones
- CI status: all checks must be green (see CI-CD)
Structure#
- Home — this page
- CI/CD — workflow inventory and required checks
- Security — supply-chain hardening, CodeQL, attestations
Conventions#
- PR titles follow Conventional Commits (
fix:,feat:,ci:,docs:). - Every PR is reviewed and merged via
gh pr merge --admin(branch protection blocks direct push). - Labels + Milestones are used on every issue/PR.
- New security workflows are non-blocking unless they gate a real risk.