Based on TechFolios, modified by yours truly to include:
- Dynamically updating now/recently played song pulled from Last.fm's API
- GitHub's "alert" markdown syntax
- Open embedded links using target="_blank" by default
- Fixed to display long names
- Use
page.projecturl
only if it is defined -page.url
otherwise - Amongst other small tweaks
Refer to Jekyll's Quickstart for macOS. With dependencies installed, cd
to the site's folder and run:
bundle exec jekyll serve
and then navigate to the server address provided (usually http://127.0.0.1:4000/) to preview local changes.