Databook is a highly customizable Jekyll theme, which is designed for building personal sites, blogs, and documentations.
Using databook-boilerplate, you can easily build and manage a site through browser without any programming knowledge.
<username>.github.io, where <username> is your GitHub account name in lowercase.master branch in the drop-down menu and click "Save".https://<username>.github.io in a few minutes.Gemfile:gem "jekyll-remote-theme"
orgem "github-pages"
_config.yml file:remote_theme: "Fortelle/databook-theme"
Gemfile:gem "databook-theme"
_config.yml:theme: "databook-theme"
Databook is licensed under the MIT License.