CHGenerator/config_example.json

10 lines
254 B
JSON
Raw Permalink Normal View History

2022-09-08 09:33:27 +02:00
{
"pageImageWidth" : 748,
2022-12-10 22:28:39 +01:00
"fullScreenImageWidth" : 4000,
"minifyJavaScript" : false,
"minifyCSS" : false,
2022-09-09 10:59:26 +02:00
"createMdFilesIfMissing" : false,
2022-09-08 09:33:27 +02:00
"contentPath" : "/path/to/content/folder",
"outputPath" : "/path/to/output/folder")
}