aboutsummaryrefslogtreecommitdiff
path: root/.pages.yml
blob: c65c628e583f52f4842a5ced0b63edfd79899bcb (plain)
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
media: assets
content:
  - name: posts
    label: Posts
    type: collection
    path: _posts
    fields:
      - name: title
        label: Title
        type: string
      - name: permalink
        label: Permalink
        type: string
      - name: date
        label: Date
        type: date
      - name: layout
        label: Layout
        type: string
        default: post
        hidden: true
      - name: draft
        label: Draft
        type: boolean
        default: true
      - name: type
        label: Type
        type: select
        options:
          values: [ post, note ]
      - name: body
        label: Body
        type: rich-text