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:
-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.