ernie55ernie / ernie55ernie.github.io

Home page for some code project

Home Page:https://ernie55ernie.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://ernie55ernie.github.io


Languages

Language:HTML 99.6%Language:SCSS 0.4%