From 6a7f46431c806ccf46690572dd91508ab8cf7a49 Mon Sep 17 00:00:00 2001 From: Gizmotronn Date: Sun, 27 Feb 2022 05:46:18 +0800 Subject: [PATCH] Initialisation of .frontmatter #3 --- .frontmatter/content/mediaDb.json | 1 + .frontmatter/templates/article.md | 11 +++++++++++ frontmatter.json | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .frontmatter/content/mediaDb.json create mode 100644 .frontmatter/templates/article.md create mode 100644 frontmatter.json diff --git a/.frontmatter/content/mediaDb.json b/.frontmatter/content/mediaDb.json new file mode 100644 index 0000000000000..9e26dfeeb6e64 --- /dev/null +++ b/.frontmatter/content/mediaDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/templates/article.md b/.frontmatter/templates/article.md new file mode 100644 index 0000000000000..6f1131f915624 --- /dev/null +++ b/.frontmatter/templates/article.md @@ -0,0 +1,11 @@ +--- +title: +slug: +description: +author: +date: 2019-08-22T15:20:28.000Z +lastmod: 2019-08-22T15:20:28.000Z +draft: true +tags: [] +categories: [] +--- diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000000000..0c9ac9dc7f639 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://frontmatter.codes/frontmatter.schema.json", + "frontMatter.framework.id": "next", + "frontMatter.content.publicFolder": "public", + "frontMatter.content.pageFolders": [ + { + "title": ".cms", + "path": "[[workspace]]/.frontmatter" + } + ] +} \ No newline at end of file