From 788c0c7e7ea423ce7b97986bee95a09000ea90de Mon Sep 17 00:00:00 2001 From: Soreine Date: Wed, 8 Jun 2016 10:12:42 +0200 Subject: [PATCH] Adds cover.jpg info --- docs/ebook.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ebook.md b/docs/ebook.md index 623048848..99c6514b8 100644 --- a/docs/ebook.md +++ b/docs/ebook.md @@ -31,10 +31,14 @@ You can replace `/usr/bin` with any directory that is in your $PATH. Covers are used for all the ebook formats. It's an important part of an ebook brandline. +To provide a cover, place a **`cover.jpg`** file at the root directory of your book. Adding a **`cover_small.jpg`** will specify a smaller version of the cover. The cover should be a **JPEG** file. + A good cover should respect the following guidelines: -* Size of 1800x2360 (pixels) +* Size of `1800x2360` pixels for `cover.jpg`, 200x262 for `cover_small.jpg` * No border * Clearly visible book title * Any important text should be visible in the small version + +Covers are used for all the ebook formats, and to make books more elegant on GitBook.com.