mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Remove draft field from the Frontmatter config
This commit is contained in:
parent
9178754d17
commit
f562450bd8
@ -22,16 +22,15 @@
|
||||
"default": "{{now}}",
|
||||
"isPublishDate": true
|
||||
},
|
||||
{
|
||||
"title": "Is draft?",
|
||||
"name": "draft",
|
||||
"type": "draft",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"title": "Categories",
|
||||
"name": "categories",
|
||||
"type": "categories"
|
||||
},
|
||||
{
|
||||
"title": "Tags",
|
||||
"name": "tags",
|
||||
"type": "tags"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -46,5 +45,16 @@
|
||||
"previewPath": "/blog/{{pathToken.relPath}}/"
|
||||
}
|
||||
],
|
||||
"frontMatter.taxonomy.categories": ["Dev Journal", "Miscellaneous"]
|
||||
"frontMatter.taxonomy.categories": ["dev diary", "online race reports"],
|
||||
"frontMatter.taxonomy.tags": [
|
||||
"alpine",
|
||||
"appwrite",
|
||||
"astro",
|
||||
"f1",
|
||||
"nuxt",
|
||||
"planetscale",
|
||||
"primevue",
|
||||
"supabase",
|
||||
"vue"
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,6 @@ description: Lorem ipsum dolor sit amet
|
||||
pubDate: 2023-04-19T18:57:00.293Z
|
||||
categories:
|
||||
- dev diary
|
||||
draft: false
|
||||
tags:
|
||||
- vue
|
||||
- nuxt
|
||||
|
Loading…
Reference in New Issue
Block a user