Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 620 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 620 Bytes

Themes for book homepages

This repository contains all the themes for book landing pages on [gitbook.com)(https://www.gitbook.com).

If you want to publish your themes to be usable by all gitbook.com users, feel free to do a Pull-Request. Documentation on templating can be found in the GitBook's documentation.

How to publish a theme?

  1. Fork this repository
  2. Create a new fodler for your theme, example: mytheme
  3. Add your theme to the list.json file
  4. Create a file index.html and style.less in your theme folder
  5. Create a pull-request from your fork!