Skip to content

williamhzo/williamhzo.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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