Personal Blog
git@github.com:videwang/jekyll-Blog.git
- Get codes
$ git clone <repository> - Init Ruby Project
Go into folder run:
$ bundle init - Add jekyll to Dependency
Gemfilehas been generated then:
Addgem "jekyll"toGemfilefile - Install jekyll
$ bundle install - Running locally
$ bundle exec jekyll serve - Ready to play