summaryrefslogtreecommitdiffstats
path: root/.frontmatter
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-01-22 11:30:30 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-01-22 11:49:26 -0500
commitfef727c822458bc6d3e8af96187a445addbcdb6c (patch)
tree5a3174e8854d7b0887e0119d1e10c69978bacc41 /.frontmatter
parentfb3efc45318558d4a0555cf6a2e0cc72252e13f8 (diff)
feat: 🎸 Lotta Shit
Lotta content additions and updates.
Diffstat (limited to '.frontmatter')
-rw-r--r--.frontmatter/config/content/pagefolders/docs.json12
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json85
2 files changed, 0 insertions, 97 deletions
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