summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-05 13:42:46 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-05 13:42:46 -0400
commit15b891cb660f07a14f8b1821b885919d46697853 (patch)
tree7abb938339aabfe8b5da458081f133d715fd1437 /frontmatter.json
parentf98714840077917d8e06cc1c72eb5748c9993467 (diff)
fix(content): :bug: Type corrected
Changed frontmatter field from deprecated layout to type.
Diffstat (limited to '')
-rw-r--r--frontmatter.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/frontmatter.json b/frontmatter.json
new file mode 100644
index 0000000..063eaf7
--- /dev/null
+++ b/frontmatter.json
@@ -0,0 +1,59 @@
+{
+ "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json",
+ "frontMatter.content.publicFolder": "static",
+ "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.content.pageFolders": [
+ {
+ "title": "content",
+ "path": "[[workspace]]/content"
+ }
+ ],
+ "frontMatter.framework.id": "hugo",
+ "frontMatter.git.enabled": true,
+ "frontMatter.preview.host": "http://localhost:1313"
+} \ No newline at end of file