Skip to content

Commit

Permalink
chore: setup speedymd
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Sep 8, 2024
1 parent a694879 commit 78c8d6f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions speedymd.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"ext": "mdx",
"outputPath": "./app/routes/posts",
"frontmatter": [
{
"name": "title",
"type": "text",
"question": "Please enter `title`",
"placeholder": "title",
"required": true
},
{
"name": "published_at",
"type": "text",
"question": "Please enter `published_at`",
"placeholder": "2000/01/01",
"required": true
}
]
}

0 comments on commit 78c8d6f

Please sign in to comment.