mmote.ru/frontmatter.json
MultiMote 1f80adaf1f
All checks were successful
Build and deploy mmote.ru / Build-And-Deploy (push) Successful in 22s
Вывод картинки поста и описания в боковой панели
2024-06-02 15:20:23 +03:00

72 lines
1.7 KiB
JSON

{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.framework.id": "hugo",
"frontMatter.content.publicFolder": "static",
"frontMatter.preview.host": "http://localhost:1313",
"frontMatter.taxonomy.dateFormat": "yyyy-MM-dd'T'HH:mm:ssxxx",
"frontMatter.taxonomy.indentArrays": false,
"frontMatter.content.autoUpdateDate": true,
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": true,
"previewPath": null,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Is in draft",
"name": "draft",
"type": "draft"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "Thumbnail",
"name": "featured_image",
"type": "image"
},
{
"title": "Last modified",
"name": "lastmod",
"type": "datetime"
},
{
"title": "Telegram Entry ID (channel/id)",
"name": "telegram_entry_id",
"type": "string"
}
]
}
],
"frontMatter.content.pageFolders": [
{
"title": "posts",
"path": "[[workspace]]/content/posts",
"filePrefix": ""
}
]
}