maciejpedzi.ch/frontmatter.json

71 lines
1.5 KiB
JSON
Raw Normal View History

2023-04-26 10:16:48 +02:00
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Publishing date",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
2023-05-10 22:53:51 +02:00
{
"title": "Draft",
"name": "draft",
"type": "draft"
},
2023-04-26 10:16:48 +02:00
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
2023-04-26 10:16:48 +02:00
}
]
}
],
"frontMatter.framework.id": "astro",
"frontMatter.content.publicFolder": "public",
"frontMatter.preview.host": "http://localhost:3000",
"frontMatter.content.pageFolders": [
{
"title": "blog",
"path": "[[workspace]]/src/content/blog",
"previewPath": "/blog/{{pathToken.relPath}}/"
}
],
"frontMatter.taxonomy.categories": ["dev diary", "miscellaneous"],
"frontMatter.taxonomy.tags": [
"alpine",
"appwrite",
2023-05-13 03:38:46 +02:00
"arch",
"astro",
"formulaone",
2023-05-10 22:44:54 +02:00
"linux",
"nuxt",
"planetscale",
"primevue",
2023-05-10 22:44:54 +02:00
"ps4",
"racemash",
"supabase",
"vue",
"vuetify"
]
}