Skip to content

Commit

Permalink
Add NZGDC24 starter content
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Oct 17, 2024
1 parent 08d0b49 commit f9ed332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/initial-content/NZGDC24.yarn
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Start
---
Hello, NZGDC!
===
1 change: 1 addition & 0 deletions src/starter-content.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const initialContent: { [key: string]: string } = {
"default": require('./initial-content/Default.yarn'),
"pax": require('./initial-content/PAX2022.yarn'),
"nzgdc24": require('./initial-content/NZGDC24.yarn'),
}

0 comments on commit f9ed332

Please sign in to comment.