[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore: remove title

+1 -5
+1 -5
.pages.yml
··· 41 41 type: collection 42 42 path: 'content' 43 43 extension: md 44 - filename: '{primary}' 45 44 view: 46 - fields: [title] 45 + fields: [name] 47 46 fields: 48 - - name: title 49 - label: Title 50 - type: string 51 47 - name: body 52 48 label: Body 53 49 type: rich-text