mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-04-26 23:27:48 +02:00
Add: Front Matter configs
This commit is contained in:
parent
a49822f91a
commit
5affd7b8c1
5 changed files with 90 additions and 0 deletions
1
.frontmatter/database/mediaDb.json
Normal file
1
.frontmatter/database/mediaDb.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"static":{"images":{"blog":{"how-to-use-schematics":{"how-to-use-schematics.png":{}}}}}}
|
1
.frontmatter/database/pinnedItemsDb.json
Normal file
1
.frontmatter/database/pinnedItemsDb.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
.frontmatter/database/taxonomyDb.json
Normal file
1
.frontmatter/database/taxonomyDb.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"taxonomy":{"categories":[]}}
|
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: []
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue