Home page for http://ernie55ernie.github.io
bundle init
bundle add jekyll
bundle add jekyll-seo-tag
bundle install
Add "#" to the beginning of the line that starts with gem "jekyll" to comment out this line.
Add the github-pages gem by editing the line starting with # gem "github-pages". Change this line to:
gem "github-pages", "~> GITHUB-PAGES-VERSION", group: :jekyll_plugins
Replace GITHUB-PAGES-VERSION with the latest supported version of the github-pages gem. You can find this version here: "Dependency versions."
The correct version Jekyll will be installed as a dependency of the github-pages gem.
gem "webrick"
bundle exec jekyll serve