Status See http://myxof.github.io/ Requirements Ruby >= 2.4 当Ruby安装完成之后,还需要安装jekyll $ gem install jekyll $ jekyll -version Usage $ git clone [email protected]:MyXOF/MyXOF.github.io.git $ cd MyXOF.github.io $ bundle install --without test $ jekyll serve 这时候可以去http://127.0.0.1:4000/看网站运行的结果。 参考 jekyll教程,https://www.jekyll.com.cn/docs/home/ 源码学习,https://github.com/github/teach.github.com/tree/content-overflow-fix