mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-26 18:08:31 +00:00
00545ad404
Setting templating to be false by default.
45 lines
890 B
JSON
45 lines
890 B
JSON
{
|
|
"branch": "master",
|
|
"files": [
|
|
"cover.html",
|
|
"titlepage.html",
|
|
"copyright.html",
|
|
"toc.html",
|
|
"preface.html",
|
|
"chapter.html",
|
|
"appendix.html",
|
|
"ix.html"
|
|
],
|
|
"formats": {
|
|
"pdf": {
|
|
"version": "web",
|
|
"toc": true,
|
|
"index": true,
|
|
"syntaxhighlighting": true,
|
|
"show_comments": false
|
|
},
|
|
"epub": {
|
|
"toc": true,
|
|
"index": true,
|
|
"syntaxhighlighting": true,
|
|
"epubcheck": true,
|
|
"show_comments": false
|
|
},
|
|
"mobi": {
|
|
"toc": true,
|
|
"index": true,
|
|
"syntaxhighlighting": true,
|
|
"show_comments": false
|
|
},
|
|
"html": {
|
|
"toc": true,
|
|
"index": true,
|
|
"syntaxhighlighting": true,
|
|
"show_comments": false,
|
|
"consolidated": false
|
|
}
|
|
},
|
|
"templating": false,
|
|
"theme": "oreillymedia/atlas_tech1c_theme",
|
|
"title": "atlas book skeleton"
|
|
} |