Zac Bowling's Code Labs - A terminal-themed GitHub project showcase and blog.
Live site: zbowling.github.io
- Astro v5 - Static site generator
- Tailwind CSS v4 - Styling
- Bun - Package manager & runtime
# Install dependencies
bun install
# Start dev server
bun run dev
# Build for production
bun run build
# Preview production build
bun run previewAutomatically deployed to GitHub Pages via GitHub Actions on push to main or master.
├── src/
│ ├── components/ # Reusable Astro components
│ ├── content/ # Content collections (blog posts, projects)
│ ├── layouts/ # Page layouts
│ ├── pages/ # Route pages
│ └── styles/ # Global CSS with Tailwind v4 theme
├── public/ # Static assets (images, favicon, robots.txt)
├── astro.config.mjs # Astro configuration
└── package.json # Dependencies and scripts
- Code: BSD 2-Clause License
- Content: Creative Commons Attribution 4.0 (CC BY 4.0)
See LICENSE for details.