開源免費網址導航源碼-BYR-Navi北郵人導航
開源免費網址導航源碼-BYR-Navi北郵人導航
GitHub:https://github.com/BYR-Navi/BYR-Navi
demo:https://byr-navi.com/
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