From 7a074414f54e51a16cfd738b5c6917ee5288afa0 Mon Sep 17 00:00:00 2001 From: aantonop Date: Sun, 22 Nov 2015 07:37:43 -0800 Subject: [PATCH] Updated atlas.json --- atlas.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/atlas.json b/atlas.json index 2ab9d321..a969ebb5 100644 --- a/atlas.json +++ b/atlas.json @@ -16,20 +16,24 @@ "toc": true, "index": true, "syntaxhighlighting": true, - "show_comments": false + "show_comments": false, + "color_count": false, + "trim_size": false }, "epub": { "toc": true, "index": true, "syntaxhighlighting": true, "epubcheck": true, - "show_comments": false + "show_comments": false, + "downsample_images": false }, "mobi": { "toc": true, "index": true, "syntaxhighlighting": true, - "show_comments": false + "show_comments": false, + "downsample_images": false }, "html": { "toc": true, @@ -39,7 +43,9 @@ "consolidated": false } }, - "templating": false, "theme": "oreillymedia/atlas_tech1c_theme", - "title": "atlas book skeleton" + "title": "Mastering Bitcoin - Second Edition", + "templating": false, + "print_isbn13": "", + "lang": "en" } \ No newline at end of file