Personal website built with Jekyll and Tailwind CSS.
Optimized to have a very low carbon footprint and to score a 100 across all Lighthouse dimensions for performance, accessibility, SEO, etc.
- Jekyll hosted on Netlify
- Markdown, images, and videos
- RSS feed with full content
- Simple design focused on content
- Code highlighting via Prism JS
- Newsletter sign up form using Netlify Functions and Buttondown API
bundle install
to install Ruby gemsnpm run start
to run the Jekyll development server with live reload enabled
npm run build
to compile the site for production