easy-to-H2O-ac is a project to show you how to use jekyll-theme-H2O-ac theme by a very easy way -- gem.
You can just click the Use this template button in this page to fork this project and begin your novel travel with H2O-ac.
Or you also can just change your directories in your existed Jekyll project like this project. And then complete the following settings in Gemfile
and _config.yml
to apply H2O-ac theme.
# Gemfile
gem "jekyll"
gem "jekyll-theme-h2o-ac"
gem "jekyll-paginate"
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "webrick"
# _config.yml
theme: jekyll-theme-h2o-ac
After that, you can run bundle update
to install or update these needed packages.
The last thing is to run bundle exec jekyll serve --liveload
to check it.
Except these, one-click deployment is also supported now.
Enjoy your novel theme!
easy-to-H2O-ac 是一个向你展示如何以一种非常简单的方式(gem)使用 jekyll-theme-H2O-ac 主题的项目。
你可以通过点击本页面上的 Use this template
按钮来快速克隆项目,然后开始你的 H2O-ac 之旅。
当然如果你已经有了一个 Jekyll 项目,你可以在原有的基础上稍微修改保留如本项目所示的必须目录及文件。然后如下修改 Gemfile
和 _config.yml
中的一点内容即可应用 H2O-ac 主题。
# Gemfile
gem "jekyll-theme-h2o-ac"
# _config.yml
theme: jekyll-theme-h2o-ac
在此以后,你可以通过执行 bundle update
来安装或更新所需的依赖库。
最后一件事是,执行 bundle exec jekyll serve --liveload
来确认是否主题应用成功了。
当然,我们也提供了一键部署支持。
恭喜你成功应用了新主题!
easy-to-H2O-ac is licensed under MIT.