-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pages.yml
126 lines (123 loc) · 2.69 KB
/
.pages.yml
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
media:
input: src/assets
output: /assets
path: src/assets/images
extensions:
- jpg
- png
- gif
- svg
- md
- pdf
- docx
content:
- name: documents
label: Documents
type: collection
path: src/content/documents
format: yaml-frontmatter
filename: "{year}-{slug}.md"
fields:
- name: title
label: Title
type: string
required: true
- name: author
label: Author
type: string
- name: institution
label: Institution
type: string
- name: volume
label: Volume
type: number
- name: year
label: Year
type: string
required: true
- name: slug
label: Slug
type: string
required: true
- name: event
label: Event
type: object
fields:
- name: name
label: Event Name
type: string
- name: theme
label: Theme
type: string
- name: date
label: Date
type: object
fields:
- name: start
label: Start Date
type: string
- name: end
label: End Date
type: string
- name: language
label: Language
type: string
list: true
- name: tags
label: Tags
type: string
list: true
- name: description
label: Description
type: text
- name: sections
label: Sections
type: object
list: true
fields:
- name: title
label: Section Title
type: string
- name: content
label: Section Content
type: text
- name: footnotes
label: Footnotes
type: object
list: true
fields:
- name: ref
label: Reference
type: string
- name: text
label: Text
type: text
- name: bibliography
label: Bibliography
type: object
list: true
fields:
- name: author
label: Author
type: string
- name: title
label: Title
type: string
- name: publication
label: Publication
type: string
- name: type
label: Type
type: string
- name: institution
label: Institution
type: string
- name: year
label: Year
type: string
- name: pages
label: Pages
type: string
- name: body
label: Body
type: text