13 Commits

Author SHA1 Message Date
b38110cbe4 feat(ui): add FontAwesome icons to menu buttons 2026-02-23 16:05:42 -06:00
cbd5ec3a50 feat(build): integrate Panda CSS with codegen and CI env 2026-02-09 18:33:33 -06:00
6590657237 fix: add .dockerignore and build step to optimize containerization 2026-02-09 18:25:15 -06:00
749bde1d4f feat: add Dockerfile for multi-stage container build 2026-02-09 18:16:40 -06:00
e74ebfd802 feat: add 404 not found page
Add a new 404.astro page, to provide a user-friendly error page when routes are not found.
2026-02-09 15:22:15 -06:00
972ec0ea1f feat: add Hero component with Orbitron font to home page
- Add @fontsource/orbitron dependency for custom font styling
- Create Hero.astro component featuring logo, title, and description
- Update index.astro to render Hero component instead of basic heading
- Enhances homepage visual appeal with responsive grid layout and Orbitron font for branding
2026-02-09 15:21:15 -06:00
94988bcb73 feat: increase default SrJuggernautLogo size to 600x600 2026-02-09 15:19:49 -06:00
346d5a025a feat: initialize site with config, logo, and basic layout 2026-02-09 13:44:57 -06:00
a104169551 feat: upgrade srjuggernaut-panda-preset and centralize theme config 2026-02-09 13:43:50 -06:00
c87ee5ea01 feat: integrate Panda CSS with biome overrides and dependencies 2026-02-02 17:45:10 -06:00
e343a1e252 chore: add Husky hooks for commitlint and lint-staged
- Install Husky with commit-msg and pre-commit hooks
- Add commitlint CLI and conventional config for enforcing commit message standards
- Configure pre-commit to run lint-staged for code quality checks
- Update bun.lock with new dev dependencies

This setup ensures consistent commit messages and automated linting before commits.
2026-02-02 14:25:54 -06:00
a976eef50d feat: add Biome code formatter and linter 2026-02-02 14:05:53 -06:00
houston[bot]
a70731f23f chore: initial commit from Astro 2026-01-30 14:08:21 -06:00