From 1cff99cbe3656637b58d0bb2b0086476aa49ac2e Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: nift --- .nift/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .nift/config.json (limited to '.nift/config.json') 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" + } +} -- cgit 1.4.1