summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-15 19:29:53 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-15 19:30:26 -0400
commit68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch)
treea0b0eb8d6fb8f02757b027e8a02dc12a970f687d /.frontmatter/config
parentcd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff)
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/content/pagefolders/content.json1
-rw-r--r--.frontmatter/config/content/pagefolders/evidence.json1
-rw-r--r--.frontmatter/config/content/pagefolders/legal.json1
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json1
-rw-r--r--.frontmatter/config/content/pagefolders/posts.json1
-rw-r--r--.frontmatter/config/content/pagefolders/video.json1
-rw-r--r--.frontmatter/config/content/placeholders/.gitkeep0
-rw-r--r--.frontmatter/config/content/snippets/pdf.json15
-rw-r--r--.frontmatter/config/custom/.gitkeep0
-rw-r--r--.frontmatter/config/data/files/timeline.json1
-rw-r--r--.frontmatter/config/data/folders/data.json1
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json (renamed from .frontmatter/config/taxonomy/docs.json)1
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json (renamed from .frontmatter/config/taxonomy/legal.json)13
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/minimal.json30
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json115
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json (renamed from .frontmatter/config/taxonomy/person.json)1
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json69
-rw-r--r--.frontmatter/config/taxonomy/fieldgroups/.gitkeep0
-rw-r--r--.frontmatter/config/taxonomy/minimal.json29
-rw-r--r--.frontmatter/config/taxonomy/page.json114
20 files changed, 246 insertions, 149 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json
index 367b72d..6205ff5 100644
--- a/.frontmatter/config/content/pagefolders/content.json
+++ b/.frontmatter/config/content/pagefolders/content.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "content",
"path": "[[workspace]]/content",
"excludeSubdir": true,
diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json
index 8c70f28..17ec44b 100644
--- a/.frontmatter/config/content/pagefolders/evidence.json
+++ b/.frontmatter/config/content/pagefolders/evidence.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "Evidence",
"path": "[[workspace]]/content/evidence",
"previewPath": "evidence",
diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json
index 4aa2b4d..bafcb79 100644
--- a/.frontmatter/config/content/pagefolders/legal.json
+++ b/.frontmatter/config/content/pagefolders/legal.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "Legal",
"path": "[[workspace]]/content/legal",
"previewPath": "legal",
diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json
index 93e9635..79d609f 100644
--- a/.frontmatter/config/content/pagefolders/persons.json
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "Persons",
"path": "[[workspace]]/content/persons",
"previewPath": "persons",
diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json
index 0327d7f..8cec516 100644
--- a/.frontmatter/config/content/pagefolders/posts.json
+++ b/.frontmatter/config/content/pagefolders/posts.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "Posts",
"path": "[[workspace]]/content/posts",
"previewPath": "posts",
diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json
index dc1e565..077590d 100644
--- a/.frontmatter/config/content/pagefolders/video.json
+++ b/.frontmatter/config/content/pagefolders/video.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "Video",
"path": "[[workspace]]/content/video",
"previewPath": "video",
diff --git a/.frontmatter/config/content/placeholders/.gitkeep b/.frontmatter/config/content/placeholders/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.frontmatter/config/content/placeholders/.gitkeep
diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json
new file mode 100644
index 0000000..a12f67d
--- /dev/null
+++ b/.frontmatter/config/content/snippets/pdf.json
@@ -0,0 +1,15 @@
+{
+ "embed pdf": {
+ "description": "Embeds a pdf file into page using html5 tag \"embed\".",
+ "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />",
+ "fields": [
+ {
+ "name": "PDF File",
+ "title": "PDF File",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/custom/.gitkeep b/.frontmatter/config/custom/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.frontmatter/config/custom/.gitkeep
diff --git a/.frontmatter/config/data/files/timeline.json b/.frontmatter/config/data/files/timeline.json
index c9d279e..cb0ef1b 100644
--- a/.frontmatter/config/data/files/timeline.json
+++ b/.frontmatter/config/data/files/timeline.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/data.files.schema.json",
"id": "timeline",
"title": "Timeline",
"file": "[[workspace]]/data/timeline.yml",
diff --git a/.frontmatter/config/data/folders/data.json b/.frontmatter/config/data/folders/data.json
index 6925b21..e88d8a9 100644
--- a/.frontmatter/config/data/folders/data.json
+++ b/.frontmatter/config/data/folders/data.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/data.folders.schema.json",
"id": "Data",
"path": "[[workspace]]/data",
"singleEntry": false,
diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index f5fb9c6..f527618 100644
--- a/.frontmatter/config/taxonomy/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
"name": "Docs",
"pageBundle": false,
"previewPath": null,
diff --git a/.frontmatter/config/taxonomy/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 176be12..703d2b2 100644
--- a/.frontmatter/config/taxonomy/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
"name": "Legal",
"pageBundle": false,
"fields": [
@@ -28,7 +29,7 @@
"title": "type",
"name": "type",
"type": "string",
- "single": "true"
+ "single": true
},
{
"title": "draft",
@@ -44,31 +45,31 @@
"title": "url",
"name": "url",
"type": "string",
- "single": "true"
+ "single": true
},
{
"title": "author",
"name": "author",
"type": "string",
- "single": "true"
+ "single": true
},
{
"title": "authorURL",
"name": "authorURL",
"type": "string",
- "single": "true"
+ "single": true
},
{
"title": "origin",
"name": "origin",
"type": "string",
- "single": "true"
+ "single": true
},
{
"title": "originURL",
"name": "originURL",
"type": "string",
- "single": "true"
+ "single": true
}
]
}
diff --git a/.frontmatter/config/taxonomy/contenttypes/minimal.json b/.frontmatter/config/taxonomy/contenttypes/minimal.json
new file mode 100644
index 0000000..d3fc70d
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/minimal.json
@@ -0,0 +1,30 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "Minimal",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "minimal"
+ }
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
new file mode 100644
index 0000000..cae9564
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -0,0 +1,115 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "page",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Date",
+ "name": "date",
+ "type": "datetime",
+ "default": "{{now}}",
+ "isPublishDate": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "Icon",
+ "name": "icon",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "default"
+ },
+ {
+ "title": "Metadata",
+ "name": "metadata",
+ "type": "choice",
+ "choices": [
+ "full",
+ "original",
+ "none"
+ ],
+ "default": "full"
+ },
+ {
+ "title": "Download",
+ "name": "download",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "fields",
+ "fields": [
+ {
+ "title": "URL",
+ "name": "url",
+ "type": "image"
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "AuthorUrl",
+ "name": "authorUrl",
+ "type": "string"
+ },
+ {
+ "title": "Origin",
+ "name": "origin",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "OriginUrl",
+ "name": "originUrl",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Links",
+ "name": "navigationLinks",
+ "type": "list"
+ }
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index 91fe2c3..24960fa 100644
--- a/.frontmatter/config/taxonomy/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
"name": "Persons",
"pageBundle": false,
"fields": [
diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
new file mode 100644
index 0000000..023e39e
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -0,0 +1,69 @@
+{
+ "$schema": "https://frontmatter.codes/config/media.contenttypes.schema.json",
+ "name": "post",
+ "pageBundle": false,
+ "fields": [
+ {
+ "title": "title",
+ "name": "title",
+ "type": "string"
+ },
+ {
+ "title": "description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "date",
+ "name": "date",
+ "type": "datetime"
+ },
+ {
+ "title": "type",
+ "name": "type",
+ "type": "string"
+ },
+ {
+ "title": "tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "thumbnail",
+ "name": "thumbnail",
+ "type": "fields",
+ "fields": [
+ {
+ "title": "url",
+ "name": "url",
+ "type": "datetime"
+ },
+ {
+ "title": "author",
+ "name": "author",
+ "type": "datetime"
+ },
+ {
+ "title": "author-url",
+ "name": "author-url",
+ "type": "datetime"
+ },
+ {
+ "title": "origin",
+ "name": "origin",
+ "type": "string"
+ },
+ {
+ "title": "origin-url",
+ "name": "origin-url",
+ "type": "datetime"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/fieldgroups/.gitkeep b/.frontmatter/config/taxonomy/fieldgroups/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.frontmatter/config/taxonomy/fieldgroups/.gitkeep
diff --git a/.frontmatter/config/taxonomy/minimal.json b/.frontmatter/config/taxonomy/minimal.json
deleted file mode 100644
index 3c730eb..0000000
--- a/.frontmatter/config/taxonomy/minimal.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Minimal",
- "pageBundle": false,
- "previewPath": null,
- "fields": [
- {
- "title": "Title",
- "name": "title",
- "type": "string",
- "single": true
- },
- {
- "title": "Description",
- "name": "description",
- "type": "string"
- },
- {
- "title": "Type",
- "name": "type",
- "type": "choice",
- "choices": [
- "default",
- "docs",
- "minimal"
- ],
- "default": "minimal"
- }
- ]
- } \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/page.json b/.frontmatter/config/taxonomy/page.json
deleted file mode 100644
index 838d8c4..0000000
--- a/.frontmatter/config/taxonomy/page.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "name": "page",
- "pageBundle": false,
- "previewPath": null,
- "fields": [
- {
- "title": "Title",
- "name": "title",
- "type": "string",
- "single": true
- },
- {
- "title": "Date",
- "name": "date",
- "type": "datetime",
- "default": "{{now}}",
- "isPublishDate": true
- },
- {
- "title": "Description",
- "name": "description",
- "type": "string"
- },
- {
- "title": "Draft",
- "name": "draft",
- "type": "draft"
- },
- {
- "title": "Tags",
- "name": "tags",
- "type": "tags"
- },
- {
- "title": "Icon",
- "name": "icon",
- "type": "string",
- "single": true
- },
- {
- "title": "Type",
- "name": "type",
- "type": "choice",
- "choices": [
- "default",
- "docs",
- "minimal"
- ],
- "default": "default"
- },
- {
- "title": "Metadata",
- "name": "metadata",
- "type": "choice",
- "choices": [
- "full",
- "original",
- "none"
- ],
- "default": "full"
- },
- {
- "title": "Download",
- "name": "download",
- "type": "string",
- "single": true
- },
- {
- "title": "Thumbnail",
- "name": "thumbnail",
- "type": "fields",
- "fields": [
- {
- "title": "URL",
- "name": "url",
- "type": "image"
- },
- {
- "title": "Author",
- "name": "author",
- "type": "string",
- "single": true
- },
- {
- "title": "AuthorUrl",
- "name": "authorUrl",
- "type": "string"
- },
- {
- "title": "Origin",
- "name": "origin",
- "type": "string",
- "single": true
- },
- {
- "title": "OriginUrl",
- "name": "originUrl",
- "type": "string"
- }
- ]
- },
- {
- "title": "Author",
- "name": "author",
- "type": "string",
- "single": true
- },
- {
- "title": "Links",
- "name": "navigationLinks",
- "type": "list"
- }
- ]
- } \ No newline at end of file