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.

Update .pages.yml (via Pages CMS)

+4
+4
.pages.yml
··· 21 21 path: _posts 22 22 filename: '{year}/{year}-{month}-{day}-{primary}.md' 23 23 fields: 24 + - name: layout 25 + label: Layout 26 + type: hidden 27 + value: post 24 28 - name: title 25 29 label: Title 26 30 type: string