Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 381 Bytes

蔡天章的个人博客

帮助

安装Gem依赖包

bundle install 1

生成网页文件

bundle exec jekyll build

在本地运行网站服务器

  1. bundle exec jekyll serve
  2. 打开浏览器访问 http://localhost:4000

上传到Github

首先commit项目变动,然后git push

Footnotes

  1. Requires Bundler. Install with gem install bundler.