GitHub:https://github.com/BYR-Navi/BYR-Navi
BYR-Navi
快速开始:
1.安装完整的Ruby开发环境
#安装教程可查看:https://jekyllrb.com/docs/installation/
2.安装Jekyll和bundler gems
gem install jekyll bundler
#参考
https://jekyllrb.com/docs/ruby-101/#bundler
https://jekyllrb.com/docs/ruby-101/#gems
3.从GitHub克隆项目
git clone https://github.com/BYR-Navi/BYR-Navi.git
4.进入项目目录
cd BYR-Navi
5.在Gemfile使用Bundler中安装所需的gem
bundle install
6.搭建站点并使其在本地服务器上可用
bundle exec jekyll serve
安装完成,访问http://localhost:4000
即可
BYR-Navi