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.
bundle install
.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.Use JEKYLL_ENV=production
before your serve command to compile and serve like production (enables Google Analytics and Disqus comments, plus minification).