Initial commit

This commit is contained in:
2023-10-14 18:21:56 +09:00
commit 52ae36eef2
11 changed files with 83 additions and 0 deletions

18
book.json Normal file
View File

@ -0,0 +1,18 @@
{
"root": "./src",
"title": "「モダンからはじめる プログラミング生活!」",
"author": "Satsuki Akiba <anosatsuk124@gmail.com>",
"authorShort": "Satsuki Akiba",
"language": "ja",
"plugins": [
"anchors",
"collapsible-chapters",
"hide-published-with",
"hints",
"search-pro-fixed"
],
"pdf.fontSize": 16,
"pdf.fontFamily": "ZenMaruGothic",
"pdf.paperSize": "a4",
"pdf.embedFonts": true
}