2015-08-03 20:23:32 +08:00
# Configuration
2015-08-06 00:28:59 +08:00
You can configure the parameters for your book in the *book.json* file.
2015-08-03 20:23:32 +08:00
2015-08-06 00:28:59 +08:00
Here is an example of what a *book.json* file might look like:
2015-08-03 20:23:32 +08:00
2015-08-06 00:28:59 +08:00
```json
2015-08-03 20:23:32 +08:00
{
"title": "Example book",
"author": "Name",
}
```
#### Supported variables
- **title:** title of the book
- **author:** author of the book
2015-08-06 00:28:59 +08:00
- **dest:** 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 the source directory