mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 16:55:37 +00:00
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"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
|
|
}
|