TLDR; This Jekyll China tutorial provides you with a step-by-step solution to deploy and host Jekyll in China.
What is Jekyll?
Jekyll is a static site generator (SSG) 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 for China. You can quickly and easily deploy your Jekyll project in China 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 |