-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
5261aa3
commit bbaf8be
Showing
3 changed files
with
20 additions
and
2 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,18 @@ | ||
# Some naming conventions to follow | ||
- file names should be lowercase and separated by hyphens for example `my-file-name.md` | ||
- folder names should be lowercase and separated by hyphens for example `my-folder-name` | ||
- image names should be lowercase and separated by hyphens for example `my-image-name.png` | ||
- images should be present in the `images` folder and in a nested folder with `same fodler name` as the name of blog markdown file's name | ||
|
||
# Adding a new blog | ||
## Top Metadata Fields | ||
- id: A unique identifier for the blog post. It should be a hyphen-separated lowercase string. | ||
- slug: The (unique) URL slug for the blog post. It should be a hyphen-separated lowercase string. | ||
- description: A brief description of the blog post which will be shown in the blog card. | ||
- date: The date of the blog post in the format "Month DD, YYYY". This is used for display purposes only. | ||
- datetime: The date of the blog post in the format "YYYY-MM-DD". This is used for sorting purposes. | ||
- category: An object containing the title and href of the blog post's category. | ||
- seoKeywords: An array of keywords for SEO purposes. for example `["keyword1", "keyword2", "Key word 3"]` | ||
- seoImage: The path to the image that will be used as the SEO image for the blog post. | ||
- bannerImage: The path to the image that will be used as the banner image for the blog post. | ||
|
4 changes: 2 additions & 2 deletions
4
insights-ui/blogs/crowdfunding_analysis.mdx → insights-ui/blogs/crowdfunding-analysis.mdx
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
File renamed without changes.