
What is Jekyll?
Jekyll is a static site generator written in Ruby. It was one of the first batch of static site generators. It has a wealth of third-party plug-ins making it loved by Ruby developers.
21YunBox provides a very simple Jekyll deployment method. You can quickly and easily deploy with 21YunBox in a static site environment.
How to Deploy Jekyll in China?
- Signup on 21YunBox
- Fork Jekyll Example on Gitee
- Create a cloud service on 21YunBox, and allow 21YunBox to access your code base
- Use the following values during creation
Runtime | Static Site |
---|---|
Build command | bundle install && bundle exec jekyll build |
Publish directory | ./_site |