Skip to content

pschfr/paulmakesthe.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cc95d8 · Feb 2, 2024

History

70 Commits
Jan 3, 2021
Feb 2, 2024
Feb 2, 2024
Aug 23, 2017
Feb 2, 2024
Feb 2, 2024
Jan 25, 2024
Feb 2, 2024
Jan 2, 2021
Nov 5, 2020
Aug 10, 2017
Jan 25, 2024
Jan 25, 2024
Jul 16, 2017
Feb 2, 2024
Feb 2, 2024

Repository files navigation

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.

Installing dependencies and running

  1. Make sure you have Jekyll and bundler installed.
  2. Clone / download this repo, then run bundle install.
  3. 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.
  4. Visit http://localhost:4000!
Running as production

Use JEKYLL_ENV=production before your serve command to compile and serve like production (enables Google Analytics and Disqus comments, plus minification).