diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-04 05:36:31 +0000 |
commit | 1cff99cbe3656637b58d0bb2b0086476aa49ac2e (patch) | |
tree | 18b681547afdde16172f9a323f820bed8b952c07 /.nift/config.json | |
parent | err (diff) | |
download | w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.gz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.bz2 w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.xz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.zip |
nift
Diffstat (limited to '.nift/config.json')
-rw-r--r-- | .nift/config.json | 21 |
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" + } +} |