about summary refs log tree commit diff
path: root/.nift/config.json
blob: 492b72456a4a9f9e4b39780834a9bf45222a76b5 (plain) (blame)
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"
	}
}