Skip to content

Kyle-Falconer/kyle-falconer.github.io

Repository files navigation

netinept.github.io

Netlify Status

Development:

This site uses the github-pages gem, which includes Jekyll and some other plugins.

Use Ruby Version Manager to install Ruby 2.7.2:

rvm install 2.7.2

Then install the github-pages gem and build the site:

bundle install
jekyll build

Then tell Jekyll to host start the local webserver to view it in a browser:

bundle exec jekyll serve --force_polling --livereload