How to Get Started
The jekyll-gitbook theme can be used just as other Jekyll themes and support remote theme on Github Pages, see the official guide as well.
You can introduce this jekyll theme into your own site by either
- Fork this repository and add your markdown posts to the
_posts
folder, then push to your own Github repository. - Use as a remote theme in your
_config.yml
(just like what we do for this site itself),
# Configurations
title: Jekyll Gitbook
longtitle: Jekyll Gitbook
remote_theme: sighingnow/jekyll-gitbook
TIP
No need to push generated HTML bundle.