开发环境配置

开发环境配置

安装:

安装插件包:

npm install

调整gem镜像:ruby-china

$ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
$ gem sources -l 
https://gems.ruby-china.com

安装jekylljekyll

gem install jekyll bundler

初始化:

bundle install

运行开发环境:

bundle exec jekyll serve