aboutsummaryrefslogtreecommitdiff
path: root/.pages.yml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-23 10:35:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-23 10:35:22 +0100
commit4abcce013c9ee3053badf2abda77190233066676 (patch)
tree450de7e8fed3c3c7501a9d2e2eb60a676bdfa09e /.pages.yml
parentcdf50cb2e3051200c6ea0628c318d66220b7d1a1 (diff)
downloadmitjafelicijan.com-4abcce013c9ee3053badf2abda77190233066676.tar.gz
Testing thoughts page
Diffstat (limited to '.pages.yml')
-rw-r--r--.pages.yml69
1 files changed, 64 insertions, 5 deletions
diff --git a/.pages.yml b/.pages.yml
index c65c628..66d7c5a 100644
--- a/.pages.yml
+++ b/.pages.yml
@@ -3,7 +3,7 @@ content:
3 - name: posts 3 - name: posts
4 label: Posts 4 label: Posts
5 type: collection 5 type: collection
6 path: _posts 6 path: _posts/posts
7 fields: 7 fields:
8 - name: title 8 - name: title
9 label: Title 9 label: Title
@@ -23,11 +23,70 @@ content:
23 label: Draft 23 label: Draft
24 type: boolean 24 type: boolean
25 default: true 25 default: true
26 - name: published
27 label: Published
28 type: boolean
29 default: false
26 - name: type 30 - name: type
27 label: Type 31 label: Type
28 type: select 32 type: string
29 options: 33 default: post
30 values: [ post, note ] 34 - name: body
35 label: Body
36 type: rich-text
37 - name: notes
38 label: Notes
39 type: collection
40 path: _posts/notes
41 fields:
42 - name: title
43 label: Title
44 type: string
45 - name: permalink
46 label: Permalink
47 type: string
48 - name: date
49 label: Date
50 type: date
51 - name: layout
52 label: Layout
53 type: string
54 default: post
55 hidden: true
56 - name: draft
57 label: Draft
58 type: boolean
59 default: true
60 - name: published
61 label: Published
62 type: boolean
63 default: false
64 - name: type
65 label: Type
66 type: string
67 default: note
68 - name: body
69 label: Body
70 type: rich-text
71 - name: thoughts
72 label: Thoughts
73 type: collection
74 path: _posts/thoughts
75 fields:
76 - name: title
77 label: Title
78 type: string
79 - name: permalink
80 label: Permalink
81 type: string
82 - name: published
83 label: Published
84 type: boolean
85 default: false
86 - name: type
87 label: Type
88 type: string
89 default: thought
31 - name: body 90 - name: body
32 label: Body 91 label: Body
33 type: rich-text \ No newline at end of file 92 type: rich-text