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.

Fixes PagesCMS config.

+2 -2
+2 -2
.pages.yml
··· 21 21 default: "post" 22 22 - name: title 23 23 label: Title 24 - type: text 24 + type: string 25 25 - name: date 26 26 label: Date 27 27 type: date ··· 41 41 type: rich-text 42 42 - name: tags 43 43 label: Tags 44 - type: text 44 + type: string 45 45 list: true 46 46 - name: published 47 47 label: Post Status