This GitHub Pages-powered site was created as an alternative to GitHub Gists.
This site is much more user-friendly, searchable, and customizable than the GitHub Gists interface. It's also easier and more natural to collaborate on a repository by adding and revoking collaborator access.
To make edits to this site, you'll need to use Ruby 2.7.X until Issue #752 is resolved in the github-pages
gem.
I'm on Mac OSX, using Homebrew. Add the appropriate version of Ruby to your path like such:
export PATH="/usr/local/opt/ruby@2.7/bin:/usr/local/lib/ruby/gems/ruby@2.7/bin:$PATH"
You'll also need Bundler by running gem install bundler
.
Use the following commands to build or serve the site. Use --verbose
if you're having issues or want more detailed output.
# Install gem dependencies
bundle
# Build only, output to /_site
bundle exec jekyll build
# Build and watch files, served at http://127.0.0.1:4000/
bundle exec jekyll serve