siteleaf.com
1.0.0
安装Ruby和RubyGems:https://jekyllrb.com/docs/installation/
安装节点和NPM:https://docs.npmjs.com/downloading-and-installing-node-node-js-and-npm
安装宝石:
bundle install
安装节点软件包:
npm install
编译并注意更改JavaScript:
grunt dev
启动服务器并注意更改:
bundle exec jekyll serve
打开http:// localhost:4000在Web浏览器中预览该站点。
编译和缩小JavaScript:
grunt
启用GitHub同步,推到GitHub。然后在Siteleaf上发布。