Skip to content

Commit

Permalink
Merge pull request #36 from languageXchange/behics/issue28
Browse files Browse the repository at this point in the history
Behics/issue28
  • Loading branch information
xuelink authored Feb 27, 2024
2 parents 63c3c42 + 5f34299 commit 855a9b0
Show file tree
Hide file tree
Showing 32 changed files with 1,404 additions and 11 deletions.
1 change: 1 addition & 0 deletions .frontmatter/database/mediaDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"static":{"images":{"posts":{}}}}
1 change: 1 addition & 0 deletions .frontmatter/database/pinnedItemsDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .frontmatter/database/taxonomyDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"frontMatter.framework.id": "other",
"frontMatter.content.publicFolder": ""
}
67 changes: 67 additions & 0 deletions frontmatter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"previewPath": null,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Content preview",
"name": "preview",
"type": "image"
},
{
"title": "Is in draft",
"name": "draft",
"type": "draft"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
}
]
}
],
"frontMatter.content.pageFolders": [
{
"path": "[[workspace]]/src/routes/(blog-article)/blog-posts",
"title": "blog-posts"
},
{
"path": "[[workspace]]/src/routes/(blog-article)/customization",
"title": "customization"
},
{
"path": "[[workspace]]/src/routes/(blog-article)/project-structure",
"title": "project-structure"
},
{
"path": "[[workspace]]/src/routes/(blog-article)/open-source-alternative-to-tandem",
"title": "open-source-alternative-to-tandem"
}
]
}
Loading

0 comments on commit 855a9b0

Please sign in to comment.