From 19b1ee028f4b694c0878b47eff941d6600da9496 Mon Sep 17 00:00:00 2001 From: mounderfod Date: Thu, 13 Jul 2023 13:35:12 +0100 Subject: Add new Fediverse post --- frontmatter.json | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 frontmatter.json (limited to 'frontmatter.json') diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000..7221b19 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,64 @@ +{ + "$schema": "https://frontmatter.codes/frontmatter.schema.json", + "frontMatter.taxonomy.contentTypes": [ + { + "name": "default", + "pageBundle": false, + "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": "Content preview", + "name": "preview", + "type": "image" + }, + { + "title": "Is in draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Categories", + "name": "categories", + "type": "categories" + } + ] + } + ], + "frontMatter.framework.id": "jekyll", + "frontMatter.content.publicFolder": "assets", + "frontMatter.preview.host": "http://localhost:4000", + "frontMatter.content.pageFolders": [ + { + "title": "_posts", + "path": "[[workspace]]/_posts" + } + ], + "frontMatter.taxonomy.tags": [ + "fediverse" + ], + "frontMatter.taxonomy.categories": [ + "Fediverse" + ] +} \ No newline at end of file -- cgit 1.4.1-2-gfad0