mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 08:15:34 +00:00
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"root": "./src",
|
|
"title": "「モダンからはじめる プログラミング生活!」",
|
|
"author": "Satsuki Akiba",
|
|
"language": "ja",
|
|
"plugins": [
|
|
"anchors",
|
|
"collapsible-chapters",
|
|
"hide-published-with",
|
|
"search-pro-fixed",
|
|
"image-captions",
|
|
"copy-code-button",
|
|
"obsidian-code-admonition",
|
|
"-highlight",
|
|
"prism"
|
|
],
|
|
"pdf.fontFamily": "FirgeNerd",
|
|
"pdf.fontSize": 16,
|
|
"pdf.paperSize": "a4",
|
|
"pdf.embedFonts": true
|
|
}
|