Utility Templates
Minimal scaffolds, deploy flows, and reference builds. Star these for specific tricks.
peaceiris/actions-gh-pages
- Use for: Custom GitHub Actions deploy to Pages
- Why: Reference when the default Pages flow isnβt enough
- π Add to your workflow: paste into
.github/workflows/pages.ymlβ see repo for snippet - Repo: https://github.com/peaceiris/actions-gh-pages
github/docs
- Use for: Studying how large content sites are structured
- Why: GitHubβs own docs β real-world reference for scale
- π Reference only (not for forking)
- Repo: https://github.com/github/docs
withastro/astro
- Use for: Performance-first content sites
- Why: Ships zero JS by default, great for content-heavy builds
- π Scaffold a project:
npm create astro@latest - Repo: https://github.com/withastro/astro
- Demo: https://astro.build
lukehaas/css-loaders
- Use for: Loading animations for any site
- Why: Pure CSS, drop into any template
- π Copy snippet directly from the repo
- Repo: https://github.com/lukehaas/css-loaders