https://github.com/realnamesareboring/jekyll-and-hire
Before you begin, make sure you have:
- Ruby -
sudo apt install ruby-full -y - Bundler -
sudo gem install bundler
-
Clone the repository
git clone https://github.com/skipmcgee/skipmcgee.github.io cd skipmcgee.github.io -
Install dependencies
mkdir /tmp/bundle_cache export BUNDLE_PATH=/tmp/bundle_cache bundle install -
Start the development server
bundle exec jekyll serve --incremental
bundle update --bundler
bundle update

