about summary refs log tree commit diff
path: root/.nift/tracked.json
blob: 3fa56041ac4b8e7040175f7bb52955d22515d925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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"
		}
	]
}