gdbooks / themes

Themes for book homepages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Themes for book homepages

This repository contains all the themes for book landing pages on 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 create a theme?

  1. Fork this repository
  2. Create a new folder 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 thumbnail for your theme

How to test your theme?

# Install dependencies
$ npm install

# Run the test server
$ gulp test

# Open in your browser: http://localhost:3000/mytheme

How to publish your theme?

Create a pull-request from your fork! 🚀

About

Themes for book homepages


Languages

Language:HTML 66.2%Language:CSS 22.6%Language:JavaScript 11.2%