/jbarnett.me

Personal info website

Primary LanguageHTML

Netlify Status

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

dev setup

  • npm install
  • npm run build - builds content with eleventy and styles with postcss
  • npm run start - serve and watch both sources for changes

deploying

  • pushes to master are automatically built and deployed with netlify