Initialisation of .frontmatter #3

This commit is contained in:
Gizmotronn 2022-02-27 05:46:18 +08:00
parent a05cc5e5ad
commit 6a7f46431c
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
{}

View File

@ -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: []
---

11
frontmatter.json Normal file
View File

@ -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"
}
]
}