kyuanlab.github.io:KYuan实验室网站的源代码 源码
K.Yuan Lab网站代码 该代码来自Bedford Lab 建设现场 要在本地构建网站,请使用以下命令克隆存储库: git clone git@github.com:kyuanlab/website.git 然后通过从blotter目录中运行bundle install安装必要的Ruby依赖项。 之后,可以使用以下内容构建站点: bundle exec jekyll build (如果在此阶段出现错误,则可能是由于您的bundle版本引起的。请尝试使用gem uninstall bundler + gem install bundler -v 1.13.1 。) 要查看站点,请运行
用户评论