maciejpedzi.ch/frontmatter.json

71 lines
1.5 KiB
JSON

{
"$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
},
{
"title": "Draft",
"name": "draft",
"type": "draft"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
}
]
}
],
"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",
"arch",
"astro",
"formulaone",
"linux",
"nuxt",
"planetscale",
"primevue",
"ps4",
"racemash",
"supabase",
"vue",
"vuetify"
]
}