diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 08:17:15 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 08:17:15 +0100 |
| commit | da8e5acd125d96735717cd0d6d98cef477197d1a (patch) | |
| tree | 43001340534b032c5363f91e4828ef77edac3fac | |
| parent | 59febc4f106d5ecf820778777f28e2e719fe7a42 (diff) | |
| download | mitjafelicijan.com-da8e5acd125d96735717cd0d6d98cef477197d1a.tar.gz | |
Update .pages.yml (via Pages CMS)
| -rw-r--r-- | .pages.yml | 16 |
1 files changed, 15 insertions, 1 deletions
| @@ -1 +1,15 @@ | |||
| 1 | media: assets \ No newline at end of file | 1 | media: assets |
| 2 | content: | ||
| 3 | - name: posts | ||
| 4 | label: Posts | ||
| 5 | type: collection | ||
| 6 | path: _posts | ||
| 7 | fields: | ||
| 8 | - { name: title, label: Title, type: string } | ||
| 9 | - { name: permalink, label: Permalink, type: string } | ||
| 10 | - { name: date, label: Date, type: date } | ||
| 11 | - { name: layout, label: Layout, type: string } | ||
| 12 | - { name: type, label: Type, type: string } | ||
| 13 | - { name: draft, label: Draft, type: boolean, default: true } | ||
| 14 | - { name: tags, label: Tags, type: string } | ||
| 15 | - { name: body, label: Body, type: rich-text } \ No newline at end of file | ||
