summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content')
-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
8 files changed, 21 insertions, 0 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