Skip to content

zbowling/zbowling.github.com

Repository files navigation

zbowling.github.io

Deploy to GitHub Pages

Zac Bowling's Code Labs - A terminal-themed GitHub project showcase and blog.

Live site: zbowling.github.io

Tech Stack

Development

# Install dependencies
bun install

# Start dev server
bun run dev

# Build for production
bun run build

# Preview production build
bun run preview

Deployment

Automatically deployed to GitHub Pages via GitHub Actions on push to main or master.

Project Structure

├── 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

License

  • Code: BSD 2-Clause License
  • Content: Creative Commons Attribution 4.0 (CC BY 4.0)

See LICENSE for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •