summary refs log tree commit diff stats
path: root/frontmatter.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontmatter.json')
-rw-r--r--frontmatter.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/frontmatter.json b/frontmatter.json
deleted file mode 100644
index 12b8cf7..0000000
--- a/frontmatter.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
-  "$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": [
-    "blog",
-    "fediverse",
-    "tech",
-    "webdev"
-  ],
-  "frontMatter.taxonomy.categories": []
-}
\ No newline at end of file