From fef727c822458bc6d3e8af96187a445addbcdb6c Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:30:30 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Lotta=20Shit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lotta content additions and updates. --- .frontmatter/config/content/pagefolders/docs.json | 12 --- .../config/taxonomy/contenttypes/docs.json | 85 ---------------------- 2 files changed, 97 deletions(-) delete mode 100644 .frontmatter/config/content/pagefolders/docs.json delete mode 100644 .frontmatter/config/taxonomy/contenttypes/docs.json (limited to '.frontmatter') diff --git a/.frontmatter/config/content/pagefolders/docs.json b/.frontmatter/config/content/pagefolders/docs.json deleted file mode 100644 index ffca871..0000000 --- a/.frontmatter/config/content/pagefolders/docs.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "docs", - "path": "[[workspace]]/content/docs", - "filePrefix": null, - "previewPath": "docs", - "contentTypes": [ - "docs", - "index", - "timelinejs" - ] -} \ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json deleted file mode 100644 index 4c1990e..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "docs", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "date", - "name": "date", - "type": "datetime" - }, - { - "title": "Metadata", - "name": "metadata", - "type": "choice", - "choices": [ - "full", - "original", - "none" - ], - "default": "full" - }, - { - "title": "Categories", - "name": "categories", - "type": "string", - "single": true, - "default": "docs" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Thumbnail", - "name": "thumbnail", - "type": "string" - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "docs" - }, - { - "title": "Draft", - "name": "draft", - "type": "draft" - }, - { - "title": "Alias", - "name": "alias", - "type": "list" - }, - { - "title": "Modules", - "name": "modules", - "type": "string" - }, - { - "title": "FrontMatter Content Type", - "name": "fmContentType", - "type": "string", - "single": true, - "default": "docs" - } - ] -} \ No newline at end of file -- cgit v1.2.3