Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 968 Bytes

Built with Astro

the tools

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.

getting started

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