tmmsartor / book

Gitbook theme for Gutenberg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book

A theme based on Gitbook, to write documentation or books.

book screenshot

Contents

Installation

First download this theme to your themes directory:

$ cd themes
$ git clone https://github.com/Keats/book.git

and then enable it in your config.toml:

theme = "book"

Options

Numbered chapters

By default, the book theme will number the chapters and pages in the left menu. You can disable that by setting the book_numbered_chapters in extra:

book_numbered_chapters = false

About

Gitbook theme for Gutenberg

License:MIT License


Languages

Language:CSS 66.5%Language:HTML 30.9%Language:JavaScript 2.5%