about summary refs log tree commit diff
path: root/.nift
diff options
context:
space:
mode:
Diffstat (limited to '.nift')
-rw-r--r--.nift/404.info.json12
-rw-r--r--.nift/config.json21
-rw-r--r--.nift/e/index.info.json12
-rw-r--r--.nift/err.info.json12
-rw-r--r--.nift/index.info.json12
-rw-r--r--.nift/p/index.info.json12
-rw-r--r--.nift/sql/index.info.json12
-rw-r--r--.nift/tracked.json44
-rw-r--r--.nift/w/index.info.json12
-rw-r--r--.nift/wf/index.info.json12
10 files changed, 161 insertions, 0 deletions
diff --git a/.nift/404.info.json b/.nift/404.info.json
new file mode 100644
index 0000000..3b28f63
--- /dev/null
+++ b/.nift/404.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "404",
+	"title": "Error",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./404.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
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"
+	}
+}
diff --git a/.nift/e/index.info.json b/.nift/e/index.info.json
new file mode 100644
index 0000000..fe60100
--- /dev/null
+++ b/.nift/e/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "e/index",
+	"title": "Error",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./e/index.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/err.info.json b/.nift/err.info.json
new file mode 100644
index 0000000..9799941
--- /dev/null
+++ b/.nift/err.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "err",
+	"title": "Error",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./err.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/index.info.json b/.nift/index.info.json
new file mode 100644
index 0000000..87c8ae8
--- /dev/null
+++ b/.nift/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:32:59 Tuesday February 04 2025",
+	"name": "index",
+	"title": "Home",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./index.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/p/index.info.json b/.nift/p/index.info.json
new file mode 100644
index 0000000..64abcc9
--- /dev/null
+++ b/.nift/p/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "p/index",
+	"title": "Projects",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./p/index.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/sql/index.info.json b/.nift/sql/index.info.json
new file mode 100644
index 0000000..93e575e
--- /dev/null
+++ b/.nift/sql/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "sql/index",
+	"title": "SQL",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"./sql/index.tpl",
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/tracked.json b/.nift/tracked.json
new file mode 100644
index 0000000..3fa5604
--- /dev/null
+++ b/.nift/tracked.json
@@ -0,0 +1,44 @@
+{
+	"tracked": [
+		{
+			"name": "404",
+			"title": "Error",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "e/index",
+			"title": "Error",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "err",
+			"title": "Error",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "index",
+			"title": "Home",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "p/index",
+			"title": "Projects",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "sql/index",
+			"title": "SQL",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "w/index",
+			"title": "Website",
+			"template": "tpl/main.tpl"
+		},
+		{
+			"name": "wf/index",
+			"title": "WinForms",
+			"template": "tpl/main.tpl"
+		}
+	]
+}
\ No newline at end of file
diff --git a/.nift/w/index.info.json b/.nift/w/index.info.json
new file mode 100644
index 0000000..e8bc7e0
--- /dev/null
+++ b/.nift/w/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:36:13 Tuesday February 04 2025",
+	"name": "w/index",
+	"title": "Website",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl",
+		"./w/index.tpl"
+	]
+}
\ No newline at end of file
diff --git a/.nift/wf/index.info.json b/.nift/wf/index.info.json
new file mode 100644
index 0000000..6399617
--- /dev/null
+++ b/.nift/wf/index.info.json
@@ -0,0 +1,12 @@
+{
+	"last-built": "05:29:09 Tuesday February 04 2025",
+	"name": "wf/index",
+	"title": "WinForms",
+	"template": "tpl/main.tpl",
+	"dependencies": [
+		"tpl/foot.tpl",
+		"tpl/head.tpl",
+		"tpl/main.tpl",
+		"./wf/index.tpl"
+	]
+}
\ No newline at end of file