Personal website and blog built with Astro and deployed on Vercel.
Styles are handled with pure CSS and are based on Andy Bell's CUBE CSS methodology with Every Layout approach (also written by Andy, along with Heydon Pickering). This makes way for robust, scalable and organised stylesheets, using the cascade (one of the "C"s in "CSS").
The philosophy behind is summed up in buildexcellentwebsit.es.
To get started, run the following commands:
# Clone this repo
git clone https://github.com/williamhzo/williamhzo.me.git
# Install dependencies
npm install
# Start the dev server
npm run dev