Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.31 KB

jekyll-theme.rst

File metadata and controls

52 lines (30 loc) · 1.31 KB

修改发布主题

主题网站地址:

安装基于gem的主题

  1. 在 ./Gemfile中增加 gem "jekyll-theme-awesome"
  2. 安装主题。bundle install
  3. 在 _config.yml 中修改主题为 theme: jekyll-theme-awesome
  4. 编译网站 bundle exec jekyll serve
常用Jekyll帮助主题

商业模板

https://doks.themejack.com/blue/getting-started/

在 github pages 上添加主题

官方教程:https://help.github.com/articles/adding-a-jekyll-theme-to-your-github-pages-site/

制作Jekyll主题