mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55: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}}",
|
"default": "{{now}}",
|
||||||
"isPublishDate": true
|
"isPublishDate": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Is draft?",
|
|
||||||
"name": "draft",
|
|
||||||
"type": "draft",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Categories",
|
"title": "Categories",
|
||||||
"name": "categories",
|
"name": "categories",
|
||||||
"type": "categories"
|
"type": "categories"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Tags",
|
||||||
|
"name": "tags",
|
||||||
|
"type": "tags"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -46,5 +45,16 @@
|
|||||||
"previewPath": "/blog/{{pathToken.relPath}}/"
|
"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
|
pubDate: 2023-04-19T18:57:00.293Z
|
||||||
categories:
|
categories:
|
||||||
- dev diary
|
- dev diary
|
||||||
draft: false
|
|
||||||
tags:
|
tags:
|
||||||
- vue
|
- vue
|
||||||
- nuxt
|
- nuxt
|
||||||
|
Loading…
Reference in New Issue
Block a user