-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pages.yml
106 lines (100 loc) · 2.01 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
media:
input: docs/images
output: images
content:
- name: home
label: Accueil
path: docs/index.md
type: file
fields:
- name: body
label: Body
type: rich-text
- name: team
label: Equipe
path: docs/equipe.md
type: file
fields:
- name: body
label: Body
type: rich-text
- name: contact
label: Contact
path: docs/contact.md
type: file
fields:
- name: body
label: Body
type: rich-text
- name: logs
label: On parle de nous
path: docs/journaux.md
type: file
fields:
- name: body
label: Body
type: rich-text
- name: event
label: Evenements
path: docs/evenements.md
type: file
fields:
- name: body
label: Body
type: rich-text
- name: cards
label: A venir
path: docs/cards.yaml
type: file
- name: recettes
label: Recettes
path: docs/recettes
type: collection
fields:
- name: date
label: Date
type: date
- name: title
label: Title
type: string
- name: body
label: Body
type: rich-text
view:
fields: [ title, date ]
sort: [ date, title ]
- name: verger
label: Vergers
path: docs/vergers
type: collection
fields:
- name: date
label: Date
type: date
- name: title
label: Title
type: string
- name: body
label: Body
type: rich-text
- name: varietes
label: Varietes
path: docs/varietes
type: collection
fields:
- name: date
label: Date
type: date
- name: title
label: Title
type: string
- name: variete
label: Variete
type: string
- name: body
label: Body
type: rich-text
- name: falling-fruit
label: Zone de Glanage
path: docs/falling_fruit
type: collection