My personal site, snugug.com, built with Astro and Sanity. Components in Svelte, styling by Sass, service worker powered by Workbox.
PR titles should be formatted as follows:
{emoji}({section}) {title}
Where emoji and title are required, and section is optional.
| Emoji | Meaning |
|---|---|
| 🐎 | Improve performance |
| 🐛 | Fix bug |
| 🆕 | Add new feature |
| 📝 | Update docs |
| ♻️ | Refactor |
| 📌 | Pin dependencies |
| 💎 | Improve code style |
| Section | Meaning |
|---|---|
site |
Pertaining to the site (HTML, CSS, JS) served to users |
cms |
Pertaining to the CMS |
build |
Pertaining to the build system, including CI |
test |
Pertaining to tests, including linting |