ScottKirvan / ScottKirvan.github.io

Home Page:https://scottkirvan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://ScottKirvan.com / https://skvfx.com

Running the Server

The instructions below for starting the server locally don't work in my case. I use the following in the repository root:

bundle exec jekyll serve

After a recent windows update, I got a Can't find gem bundler (>=0a) with executable bundle error. Fixed with:

sudo gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"

Branches

  • published
    • this is the branch on the website

To work on this code, create a new branch, make the changes and test there, then merge that branch into published, and if no longer needed, delete the branch.




Forked from: https://ndrewtl.github.io/airspace-jekyll/

Airspace for Jekyll (Original README.md)

About

https://scottkirvan.com

License:MIT License


Languages

Language:HTML 50.9%Language:CSS 44.0%Language:JavaScript 4.7%Language:Shell 0.2%Language:Ruby 0.2%