Files
devlifefrommodernway.gitlab.io/book.json
2023-10-25 06:05:03 +09:00

22 lines
472 B
JSON

{
"root": "./src",
"title": "「モダンからはじめる プログラミング生活!」",
"author": "Satsuki Akiba",
"language": "ja",
"plugins": [
"anchors",
"collapsible-chapters",
"hide-published-with",
"hints",
"search-pro-fixed"
],
"styles": {
"website": "./_styles/website.css",
"pdf": "./_styles/pdf.css"
},
"pdf.fontFamily": "FirgeNerd",
"pdf.fontSize": 16,
"pdf.paperSize": "a4",
"pdf.embedFonts": true
}