Skip to content

Commit

Permalink
Use generated cover
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 20, 2016
1 parent a2fbe60 commit 89a8b56
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .gitignore
@@ -1,9 +1,13 @@
# GitBook
_book/
book.pdf
book.mobi
book.epub
*.pdf
*.mobi
*.epub

# IntelliJ
.idea/
*.iml

# NPM
node_modules/
npm-debug.log
22 changes: 20 additions & 2 deletions book.json
@@ -1,4 +1,22 @@
{
"author": "Björn Kimminich",
"language": "en"
"title": "Pwning OWASP Juice Shop",
"author": "Bjoern Kimminich",
"language": "en",
"plugins": ["autocover"],
"pluginsConfig": {
"autocover": {
"font": {
"size": null,
"family": "Garamond",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#000"
}
}
}
}
Binary file removed cover.jpg
Binary file not shown.
Binary file removed cover_small.jpg
Binary file not shown.

0 comments on commit 89a8b56

Please sign in to comment.