-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhokus.toml
More file actions
164 lines (144 loc) · 2.81 KB
/
hokus.toml
File metadata and controls
164 lines (144 loc) · 2.81 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
hugover = "0.69.0"
[[serve]]
key = "default"
config = "config.toml"
[[build]]
key = "default"
config = "config.toml"
[[collections]]
key = "posts"
title = "Posts"
folder = "content/posts/"
extension = "md"
dataformat = "toml"
itemtitle = "Post"
[[collections.fields]]
key = "info"
type = "info"
size = "small"
content = "# Info\nYou can write custom instructions here."
theme = "gray"
lineHeight = 1.2
[[collections.fields]]
key = "title"
title = "Title"
type = "string"
required = false
pattern = ""
multiLine = false
default = ""
tip = ""
[[collections.fields]]
key = "mainContent"
title = "Content"
type = "markdown"
multiLine = true
default = ""
tip = ""
[[collections.fields]]
key = "pubdate"
title = "Pub Date"
type = "date"
default = "now"
required = true
tip = ""
[[collections.fields]]
key = "draft"
title = "Draft"
type = "boolean"
default = false
tip = ""
[[collections.fields]]
key = "bundle-manager"
title = "Images"
type = "bundle-manager"
path = "imgs"
extensions = [
"png",
"jpg",
"gif"
]
[[collections.fields.fields]]
key = "title"
title = "Title"
type = "string"
required = false
pattern = ""
multiLine = false
default = ""
tip = ""
[[collections.fields.fields]]
key = "description"
title = "Description"
type = "string"
multiLine = true
required = false
pattern = ""
default = ""
tip = ""
[[collections.fields.fields]]
key = "bundle-image-thumbnail"
type = "bundle-image-thumbnail"
src = ""
[[singles]]
key = "mainConfig"
title = "Main Config"
file = "config.toml"
dataformat = "toml"
[[singles.fields]]
key = "title"
title = "Site Title"
type = "string"
tip = "Your page title."
required = false
pattern = ""
multiLine = false
default = ""
[[singles.fields]]
key = "baseURL"
title = "Base URL"
type = "string"
tip = "Your site URL."
required = false
pattern = ""
multiLine = false
default = ""
[[singles.fields]]
key = "theme"
title = "Theme"
type = "readonly"
tip = "The current theme."
required = false
value = ""
default = ""
multiLine = false
[[singles.fields]]
key = "languageCode"
title = "Language Code"
type = "readonly"
required = false
value = ""
default = ""
multiLine = false
tip = ""
[[singles.fields]]
key = "googleAnalytics"
title = "Google Analytics"
type = "string"
tip = "Provide a Google Analitics Tracking Code to enable analytics."
required = false
pattern = ""
multiLine = false
default = ""
[[singles.fields]]
key = "enableRobotsTXT"
title = "Enable Robots"
type = "boolean"
default = true
tip = "If you want your page to be indexed, keep this enabled."
[[singles]]
key = ""
title = ""
file = ""
dataformat = ""
fields = []