mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Initialisation of .frontmatter #3
This commit is contained in:
parent
a05cc5e5ad
commit
6a7f46431c
1
.frontmatter/content/mediaDb.json
Normal file
1
.frontmatter/content/mediaDb.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
11
.frontmatter/templates/article.md
Normal file
11
.frontmatter/templates/article.md
Normal 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
11
frontmatter.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user