Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@users.noreply.github.com>2019-06-13 05:17:21 +0300
committerGitHub <noreply@github.com>2019-06-13 05:17:21 +0300
commit6375c4fa1fbaf3fbc75b98d846207bf9ac32788e (patch)
tree084257a11b4261b8e428ae564298c03bb0677b80
parentd89206edd10b0efb47b4a58b665c71c947ff69ab (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd1b049..bda1bd5 100644
--- a/README.md
+++ b/README.md
@@ -22,5 +22,9 @@ You'll find a file called [`config.toml`](https://github.com/darshanbaral/kitab/
## Adding books
- Create a folder inside the `content` folder for each book
-- Add `_index.md` inside the folder for book with meta data such as book title, author, and date.
-- Create a new file for each chapter of the book. \ No newline at end of file
+- Add `_index.md` inside the folder for book with meta data such as book title, author, book cover image, and date.
+- Create a new file for each chapter of the book.
+
+### Book Cover Images
+
+The book cover image can be specified in the `_index.md` of the section folder. If the book cover image is big in size, a copy that is reduced in size can be specified as a thumbnail. See the [`_index.md`](https://github.com/darshanbaral/kitab/tree/master/exampleSite/content/emma) in exampleSite for example.