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.

chore(pagescms): adds syndication URLs fields

authored by

Arthur Freitas and committed by
GitHub
5b208116 6a22d213

+16
+16
.pages.yml
··· 78 78 value: flickr 79 79 multiple: true 80 80 creatable: false 81 + - name: syndication_urls 82 + label: Syndication URLs 83 + type: object 84 + fields: 85 + - name: bluesky 86 + label: Bluesky 87 + type: string 88 + - name: mastodon 89 + label: Mastodon 90 + type: string 91 + - name: flickr 92 + label: Flickr 93 + type: string 94 + - name: tumblr 95 + label: Tumblr 96 + type: string 81 97 - name: published 82 98 label: Published 83 99 type: boolean