Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 218 Bytes

annotation.md

File metadata and controls

24 lines (13 loc) · 218 Bytes

注解

# 安装 jekyll

gem install jekyll

# 安装 Gemfile 中指定的全部依赖

bundle install

# 启动

jekyll serve

# or specify host

jekyll serve -w --host=0.0.0.0

# 构建

jekyll build