resume website
1.0.0
访问网站https://jsonresume.org/
有两种方法可以在本地或在VM内部运行该网站。
git clone https://github.com/jsonresume/resume-website.git
bundle exec install jekyll serve --watch
这将在端口4000上运行jekyll服务器,并注意任何文件更改。
依赖性:
只需运行:
vagrant up
vagrant ssh
jekyll serve
然后打开http:// localhost:4000/。
最初的规定将需要一些时间。
注意: Jekyll的--watch标志在VM内有问题,请参阅堆栈溢出和Jekyll/Jekyll#1763。
该存储库是使用github/jekyll构建的,并通过自动部署到github页面。
应向master分支提出拉请求。
根据MIT许可证可用。