From c1b2794611548ef1fa30055a91926c4074f2f63e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 8 Feb 2024 21:41:36 -0500 Subject: Fixed overflow for mobile, loading in gh projects --- frontmatter.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 frontmatter.json (limited to 'frontmatter.json') diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000..d8b2f42 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,46 @@ +{ + "$schema": "https://frontmatter.codes/frontmatter.schema.json", + "frontMatter.framework.id": "astro", + "frontMatter.preview.host": "http://localhost:4321", + "frontMatter.content.publicFolder": "public", + "frontMatter.content.pageFolders": [ + { + "title": "blog", + "path": "[[workspace]]/src/content/blog" + } + ], + "frontMatter.taxonomy.contentTypes": [ + { + "name": "blog", + "previewPath": "'blog'", + "pageBundle": false, + "clearEmpty": true, + "fields": [ + { + "name": "title", + "type": "string", + "single": true, + "required": true + }, + { + "name": "description", + "type": "string", + "single": true, + "required": true + }, + { + "name": "pubDate", + "type": "datetime", + "default": "{{now}}", + "required": true + }, + { + "name": "tags", + "type": "tags", + "required": true + } + ] + } + ], + "frontMatter.framework.startCommand": "bun run dev" +} \ No newline at end of file -- cgit v1.2.3