A personal site in the spirit of old school Windows XP, inspired by my days at Microsoft and love of vaporwave.
Using eleventy for static site generation and a lot of XP.css, a little bit of aesthetic.css, and some help from tailwind. Deploying on netlify and using goat counter for analytics.
A personal site is meant to show some personality, and also be fun to tweak and learn. Most of the code was forked from ideas used for my personal review site
npm install
npm run build
- builds content witheleventy
and styles withpostcss
npm run start
- serve and watch both sources for changes
- pushes to master are automatically built and deployed with
netlify