diff --git a/.frontmatter/content/mediaDb.json b/.frontmatter/content/mediaDb.json new file mode 100644 index 000000000..9e26dfeeb --- /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 000000000..6f1131f91 --- /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 000000000..0c9ac9dc7 --- /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