Made with Tachyons-Sass, Jekyll, and a custom version of my LastFM.js.
The lovely monospace font you see there is IBM Plex Mono, and Open Sans is the body text. I got the circuit board background image from Hero Patterns.
- Make sure you have Jekyll and bundler installed.
- Clone / download this repo, then run
bundle install
. - After that completes, run
bundle exec jekyll serve --baseurl=""
with the optional flags--livereload
,--open_url
,--drafts
, or--host 0.0.0.0
. Read more about Jekyll's build options here. - Visit http://localhost:4000!
Use JEKYLL_ENV=production
before your serve command to compile and serve like production (enables Google Analytics and Disqus comments, plus minification).