aboutsummaryrefslogtreecommitdiff
path: root/.pages.yml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
commit384235475fa9578d52210c2f80d18c3cfec00813 (patch)
tree8a55803a7f6bc79554ca4f823909d347ecf10a9e /.pages.yml
parent15d47c516610da42b589670c8497007c3e607d8b (diff)
downloadmitjafelicijan.com-384235475fa9578d52210c2f80d18c3cfec00813.tar.gz
Removed journal
Diffstat (limited to '.pages.yml')
-rw-r--r--.pages.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.pages.yml b/.pages.yml
index 8d05210..e51c311 100644
--- a/.pages.yml
+++ b/.pages.yml
@@ -76,29 +76,3 @@ content:
76 - name: body 76 - name: body
77 label: Body 77 label: Body
78 type: rich-text 78 type: rich-text
79 - name: journal
80 label: Journal
81 type: collection
82 path: _posts/journal
83 fields:
84 - name: title
85 label: Title
86 type: string
87 - name: date
88 label: Date
89 type: date
90 options:
91 time: true
92 format: YYYY-MM-DDTHH:mm:ssZ
93 - name: published
94 label: Published
95 type: boolean
96 default: false
97 - name: type
98 label: Type
99 type: string
100 default: journal
101 hidden: true
102 - name: body
103 label: Body
104 type: rich-text