Skip to content

Snugug/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snugug Test, Build, Deploy - Site Test, Build, Deploy - CMS

My personal site, snugug.com, built with Astro and Sanity. Components in Svelte, styling by Sass, service worker powered by Workbox.

PR Titles:

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