From e3c00285d57fd776bb0485e37292b8f84857bd23 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Mon, 25 May 2015 14:57:10 +0200 Subject: [PATCH] add configuration file --- book.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 book.json diff --git a/book.json b/book.json new file mode 100644 index 0000000..f74ed7d --- /dev/null +++ b/book.json @@ -0,0 +1,6 @@ +{ + "styles": { + "pdf": "style.css", + "website": "style.css" + } +}