Here it is, the repo for my personal website, zastrow.co.
Here are the details:
This site is generated using Eleventy with Liquid templates
I have included the Open Props library because it is a great resource for premade values. Since I already use a number of similar values in my defaults, it made since to lean on something established so I could get up in running faster. I am using the Just In Time PostCSS plugin to only load Open Props values I am actually using.
While there have been incredible advances with CSS processors and I could even use Eleventy to concatenate files, Sass continues to stand the test of time for me and packs so many useful features in on dependency.
- Clone/Fork the repo
- Run
npm install
to install all dependencies - Run
npm start
to kick off a local build - Open the site in your favorite browser localhost:8080