Skip to content

Commit 88d02a2

Browse files
authored
feat: added maintainer to the front matter (#5)
1 parent 37e6888 commit 88d02a2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ description: # A brief description of the page for SEO purposes.
66
permalink: / # Optional: Custom URL for the page. It will serve as the slug. For example, /home/
77
created_date: # Date when the page was created. Should be in YYYY-MM-DD format.
88
has_children: False # Set to True if the page has sub-pages.
9+
staff: # Optional: Nested list of staff members associated with the page.
10+
- name: Staff One # PLACEHOLDER: Replace with actual staff member's name.
11+
link: https://library.utoronto.ca/staff/staff-one # link is optional
12+
maintainer:
13+
- name: Maintainer Name # PLACEHOLDER: Replace with actual maintainer's name.
14+
link: https://example.com/maintainer # link is optional
15+
# student_staff:
16+
# - name: Student Name
17+
# link: https://example.com/student-name
18+
# - name: Another Student
19+
# link: https://example.com/another-student # link is optional
920
---
1021

1122
# Just the docs template
1223

13-
See the <a href="https://mdlutoronto.github.io/jtd-edit-setup/docs/create-new-guide/" target="_blank"> Create a New Guide</a> page to get started with creating your own guide!
24+
See the <a href="https://mdlutoronto.github.io/jtd-edit-setup/create-new-guide/" target="_blank"> Create a New Guide</a> page to get started with creating your own guide!

0 commit comments

Comments
 (0)