forked from StefanoCecere/cecere.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hokus.yaml
141 lines (141 loc) · 2.76 KB
/
hokus.yaml
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
hugover: 0.69.0
serve:
- key: default
config: config.yaml
build:
- key: default
config: config.yaml
collections:
- key: posts
title: Posts
folder: content/post/
extension: md
dataformat: yaml
itemtitle: Post
fields:
- key: title
title: Title
type: string
required: false
pattern: ''
multiLine: false
default: ''
tip: ''
- key: date
title: Pub Date
type: date
default: now
required: true
tip: ''
- key: tags
type: chips
title: Tags
default: []
- key: categories
type: chips
title: Categories
default: []
- key: project
title: Projects
itemtitle: Project
folder: content/project
extension: md
dataformat: yaml
fields:
- key: title
type: string
title: Titolo
required: true
pattern: ''
multiLine: false
default: ''
tip: ''
- key: summary
type: string
title: Summary
required: false
pattern: ''
multiLine: false
default: ''
tip: ''
- key: date
type: date
title: Date
required: true
tip: ''
- key: featured
type: boolean
title: Featured
default: false
tip: ''
- key: tags
type: chips
title: Tags
default: []
- key: categories
type: chips
title: Categories
default: []
- key: event
title: Events
itemtitle: Event
folder: content/event
extension: md
dataformat: yaml
fields:
- key: title
type: string
title: Title
required: true
pattern: ''
multiLine: false
default: ''
tip: ''
- key: date
type: date
title: Date
required: false
tip: ''
- key: tags
type: chips
title: Tags
default: []
- key: categories
type: chips
title: Categories
default: []
- key: played
title: PlayED
itemtitle: Play
folder: content/played
extension: md
dataformat: yaml
fields:
- key: title
type: string
title: Title
required: true
pattern: ''
multiLine: false
default: ''
tip: ''
- key: featured
type: boolean
title: Featured
default: false
tip: ''
- key: tags
type: chips
title: Tags
default: []
- key: categories
type: chips
title: Categories
default: []
- key: ''
type: bundle-manager
title: image
path: ''
extensions: []
fields: []
singles: []