The code for my personal website, powered by Jekyll. arthr.me
jekyll-site personal-website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sorts CMS fields

+3 -3
+3 -3
.pages.yml
··· 23 23 - name: title 24 24 label: Title 25 25 type: string 26 + - name: body 27 + label: Content 28 + type: rich-text 26 29 - name: date 27 30 label: Date 28 31 type: date ··· 37 40 media: uploads 38 41 categories: 39 42 - image 40 - - name: body 41 - label: Content 42 - type: rich-text 43 43 - name: tags 44 44 label: Tags 45 45 type: string