Skip to content

ernie55ernie/ernie55ernie.github.io

Repository files navigation

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

About

Home page for some code project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published