mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 10:15:36 +00:00
20 lines
406 B
JSON
20 lines
406 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.fontSize": 16,
|
|
"pdf.paperSize": "a4",
|
|
"pdf.embedFonts": true
|
|
}
|