Aroy-Art-Site/frontmatter.json

76 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2024-04-09 15:43:24 +00:00
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.preview.host": "http://localhost:1313/",
"frontMatter.content.pageFolders": [
{
"title": "Content",
"path": "[[workspace]]/content",
"excludeSubdir": true
},
{
"title": "Blog posts",
"path": "[[workspace]]/content/blog"
}
],
"frontMatter.framework.id": "hugo",
"frontMatter.content.publicFolder": "static",
"frontMatter.content.autoUpdateDate": true,
"frontMatter.content.fmHighlight": true,
"frontMatter.dashboard.openOnStart": true,
"frontMatter.templates.enabled": true,
"frontMatter.data.files": [
{
"id": "portfolio",
"title": "Portfolio",
"file": "[[workspace]]/data/",
"fileType": "yaml",
"type": "portfolio"
}
],
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"previewPath": "blog/",
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "lastmod",
"name": "lastmod",
"type": "datetime"
},
{
"title": "Preview image",
"name": "image",
"type": "image"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Draft",
"name": "draft",
"type": "draft"
}
]
}
]
}