-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pages.yml
34 lines (33 loc) · 802 Bytes
/
.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
media:
input: src/assets/ms_notes
output: src/assets/ms_notes
content:
- name: ms_notes
label: MS Notes
type: collection
path: src/content/ms_notes
icon: book
filename: '{fields.lectureNumber}-{fields.lecture_title}.md'
fields:
- name: lecture_title
label: Lecture Title
type: string
- name: lecture_description
label: Lecture Description
type: text
- name: pubDate
label: Publication Date
type: date
- name: lecture_draft
label: Draft
type: boolean
default: true
- name: lectureNumber
label: Lecture Number
type: string
- name: subject
label: Subject
type: string
- name: body
label: Content
type: rich-text