about summary refs log tree commit diff
path: root/.nift/config.json
diff options
context:
space:
mode:
Diffstat (limited to '.nift/config.json')
-rw-r--r--.nift/config.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/.nift/config.json b/.nift/config.json
new file mode 100644
index 0000000..492b724
--- /dev/null
+++ b/.nift/config.json
@@ -0,0 +1,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"
+	}
+}