Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.33 KB

ernie55ernie.github.io

Home page for http://ernie55ernie.github.io

Environment Installation

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"

Run Local Server

bundle exec jekyll serve

Reference

Solved Environment Problems