liushoukai / liushoukai.github.io

A blog with Jekyll and Github Pages

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kay's Blog

The blog build with Jekyll and Github Pages.

Install Ruby on Ubuntu 16.04

sudo apt-get -y install ruby2.5 ruby2.5-dev
ruby --version

Install RubyGems

Please refer to the official installation document.

Install Bundler with RubyGems

sudo gem install bundler jekyll
bundle install
bundle update

Run Webpack

sudo npm install -g npm npm-check-updates
npm-check-updates -u
npm install && npm run build

Run Jekyll on local Server

jekyll doctor
jekyll clean && jekyll server --host=0.0.0.0 --incremental --drafts

syntax_highlighter: rouge

rougify style github > assets/css/syntax_highlighter.css
rougify style thankful_eyes > assets/css/syntax_highlighter.css

Background Images

About

A blog with Jekyll and Github Pages

https://liushoukai.github.io

License:GNU General Public License v2.0


Languages

Language:JavaScript 99.0%Language:CSS 0.7%Language:HTML 0.3%Language:Shell 0.0%Language:Ruby 0.0%