This is the source code for my blog zhaospei.github.io. It uses Jekyll to generate static pages.
Clone the project with:
$ git clone https://github.com/zhaospei/zhaospei.github.io.git
After cloning the project, install the jekyll
and bundler gems
$ cd zhaospei.github.io
$ gem install jekyll bundler
Install node packages with:
$ npm install
Install other gems with:
$ bundle install
Run: $ bundle exec jekyll server
Then open http://localhost:4000/ in a browser.
See here: https://jekyllrb.com/docs/deployment/
You can contribute code or posts by opening a pull request.
Thanks all!