-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
168 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"$schema": "https://frontmatter.codes/frontmatter.schema.json", | ||
"frontMatter.framework.id": "astro", | ||
"frontMatter.preview.host": "http://localhost:4321", | ||
"frontMatter.content.publicFolder": { | ||
"path": "src/assets", | ||
"relative": true | ||
}, | ||
"frontMatter.content.pageFolders": [ | ||
{ | ||
"title": "posts", | ||
"path": "[[workspace]]/src/content/posts", | ||
"contentTypes": [ | ||
"posts" | ||
] | ||
} | ||
], | ||
"frontMatter.taxonomy.contentTypes": [ | ||
{ | ||
"name": "posts", | ||
"previewPath": "'posts'", | ||
"pageBundle": false, | ||
"clearEmpty": true, | ||
"fields": [ | ||
{ | ||
"title": "Title", | ||
"name": "title", | ||
"type": "string" | ||
}, | ||
{ | ||
"title": "Slug", | ||
"name": "slug", | ||
"type": "slug" | ||
} | ||
{ | ||
"title": "Date created", | ||
"name": "date", | ||
"type": "datetime", | ||
"isPublishDate": true | ||
}, | ||
{ | ||
"title": "Date modified", | ||
"name": "dateMod", | ||
"type": "datetime", | ||
"isModifiedDate": true | ||
}, | ||
{ | ||
"title": "Category", | ||
"name": "category", | ||
"type": "categories", | ||
"singleValueAsString": true | ||
}, | ||
{ | ||
"title": "Tags", | ||
"name": "tags", | ||
"type": "tags", | ||
"single": true | ||
}, | ||
{ | ||
"title": "Description", | ||
"name": "description", | ||
"type": "string", | ||
"description": "Short text shown on search engines and social media" | ||
}, | ||
{ | ||
"title": "Excerpt", | ||
"name": "excerpt", | ||
"type": "string", | ||
"description": "Short text shown on page" | ||
}, | ||
{ | ||
"title": "Cover image", | ||
"name": "cover", | ||
"type": "string", | ||
"isPreviewImage": true, | ||
}, | ||
{ | ||
"title": "Cover image alt text", | ||
"name": "coverAlt", | ||
"type": "string" | ||
}, | ||
{ | ||
"title": "Redirect from URL", | ||
"name": "redirectFrom", | ||
"type": "list" | ||
} | ||
] | ||
} | ||
], | ||
"frontMatter.git.enabled": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters