Personal site of Luke Mitchell, a design director, product designer, and UI developer.
This site pulls data from:
- last.fm: Music stats
- Feedbin: Subscribed feed stats
- Savee: Images for the scrapbook
- Letterboxd: Recently watched movies
- Literal: What I am currently reading
- Uploadcare: Image CDN
This is a Eleventy (11ty) project.
- Node.js v17+
First, install the bundle:
npm installNext fill out your secret credentials:
cp env.example .env
open .envNext, build the site:
npm run buildTo run a development environment:
npm startOpen the address provided with your browser to see the result.