/interroban.gg

A simple personal site for Luke Mitchell.

Primary LanguageJavaScriptMIT LicenseMIT

interroban.gg

Personal site, blog, and portfolio of Luke Mitchell, a design director, product designer, and UI developer.

This site pulls data from:

  • Contentful: CMS
  • Spotify & last.fm: Music stats
  • FeedBin: Subscribed feed stats
  • GitHub: Commit history
  • Savee: Images for the scrapbook

This is a Eleventy (11ty) project.

Getting Started

First, install the bundle:

yarn install

Next, build the site:

yarn run build

To run a development environment:

First install the Netlify CLI:

npm install -g netlify
netlify link

...then run:

yarn run dev

Open http://localhost:8888 with your browser to see the result, thanks to Netlify CLI you should see the functions working also.