1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"config": {
"content-dir": "./",
"content-ext": ".tpl",
"output-dir": "./",
"output-ext": ".html",
"script-ext": ".py",
"default-template": "tpl/main.tpl",
"backup-scripts": true,
"build-threads": -1,
"paginate-threads": 4,
"incremental-mode": "modified",
"root-branch": "m",
"output-branch": "m",
"lolcat-default": false,
"lolcat-cmd": "nift lolcat-cc -f",
"terminal": "",
"unix-editor": "vi",
"windows-editor": "notepad"
}
}
|