yutsuten.github.io 手动运行 安装jekyll及其依赖项: ruby --version # Must be >2.1.0 gem install bundler bundle install 然后构建并运行服务器: bundle exec jekyll serve 使用docker运行 运行make启动服务器,然后docker stop yutsuten停止它。 make docker stop yutsuten