The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.
修改 gem 源, 参考ruby-china
gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
列出 gem 源
gem sources -l
安装 jekyll
gem install jekyll
创建博客
jekyll new myBlog
启动
jekyll serve