alpha
Login
or
Join now
danielroe.dev
/
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: remove title
author
Daniel Roe
date
7 months ago
(Dec 17, 2025, 9:06 PM UTC)
commit
4676d9c1
4676d9c114ae237bbde8021bc91cd71796a1b888
parent
c4435a57
c4435a578b8fbf00963d9bab88e0434d40073b7b
+1
-5
1 changed file
Expand all
Collapse all
Unified
Split
.pages.yml
+1
-5
.pages.yml
View file
Reviewed
···
41
41
type: collection
42
42
path: 'content'
43
43
extension: md
44
44
-
filename: '{primary}'
45
44
view:
46
46
-
fields: [title]
45
45
+
fields: [name]
47
46
fields:
48
48
-
- name: title
49
49
-
label: Title
50
50
-
type: string
51
47
- name: body
52
48
label: Body
53
49
type: rich-text