<p>You can configure the parameters for your book in the <code>book.json</code> file.</p>
<p>Here is an example of what a <code>book.json</code> file might look like:</p>
<pre><code>{
"title": "Example book",
"author": "Name",
}
</code></pre>
<h4>Supported variables</h4>
<ul>
<li><strong>title:</strong> title of the book</li>
<li><strong>author:</strong> author of the book</li>
<li><strong>dest:</strong> path to the directory where you want your book to be rendered. If a relative path is given it will be relative to the parent directory of <code>src</code></li>
</ul>
</div>
</div>
<!--
Doesn't seem to work: using JavaScript
alternative until I find a way to do it in the template