diff --git a/src/contents/adding-new-post.md b/src/content/blog/adding-new-post.md similarity index 94% rename from src/contents/adding-new-post.md rename to src/content/blog/adding-new-post.md index 8e89771..650848b 100644 --- a/src/contents/adding-new-post.md +++ b/src/content/blog/adding-new-post.md @@ -1,13 +1,15 @@ --- author: Sat Naing -datetime: 2022-09-23T15:22:00Z +pubDatetime: 2022-09-23T15:22:00Z title: Adding new posts in AstroPaper theme -slug: adding-new-posts-in-astropaper-theme +postSlug: adding-new-posts-in-astropaper-theme featured: true draft: false tags: - docs -ogImage: "" +ogImage: + src: "" + alt: "" description: Some rules & recommendations for creating or adding new posts using AstroPaper theme. @@ -28,7 +30,7 @@ Here is the list of frontmatter property for each post. | **_title_** | Title of the post. (h1) | required\* | | **_description_** | Description of the post. Used in post excerpt and site description of the post. | default = SITE.desc | | **_author_** | Author of the post. | default = SITE.author | -| **_datetime_** | Published datetime in ISO 8601 format. | | +| **_datetime_** | Published pubDatetime in ISO 8601 format. | | | **_slug_** | Slug for the post. Usually the all lowercase title seperated in `-` instead of whtiespace | default = slugified title | | **_featured_** | Whether or not display this post in featured section of home page | default = false | | **_draft_** | Mark this post 'unpublished'. | default = false | @@ -48,8 +50,8 @@ Here is the sample frontmatter for the post. --- title: The title of the post author: your name -datetime: 2022-09-21T05:17:19Z -slug: the-title-of-the-post +pubDatetime: 2022-09-21T05:17:19Z +postSlug: the-title-of-the-post featured: true draft: false tags: diff --git a/src/contents/customizing-astropaper-theme-color-schemes.md b/src/content/blog/customizing-astropaper-theme-color-schemes.md similarity index 98% rename from src/contents/customizing-astropaper-theme-color-schemes.md rename to src/content/blog/customizing-astropaper-theme-color-schemes.md index 720769e..8bcd364 100644 --- a/src/contents/customizing-astropaper-theme-color-schemes.md +++ b/src/content/blog/customizing-astropaper-theme-color-schemes.md @@ -1,14 +1,16 @@ --- author: Sat Naing -datetime: 2022-09-25T15:20:35Z +pubDatetime: 2022-09-25T15:20:35Z title: Customizing AstroPaper theme color schemes -slug: "" +postSlug: "" featured: false draft: false tags: - color-schemes - docs -ogImage: "" +ogImage: + src: "" + alt: "" description: How you can enable/disable light & dark mode; and customize color schemes of AstroPaper theme. diff --git a/src/contents/dynamic-og-images.md b/src/content/blog/dynamic-og-images.md similarity index 95% rename from src/contents/dynamic-og-images.md rename to src/content/blog/dynamic-og-images.md index daf6724..238098d 100644 --- a/src/contents/dynamic-og-images.md +++ b/src/content/blog/dynamic-og-images.md @@ -1,14 +1,16 @@ --- author: Sat Naing -datetime: 2022-12-28T04:59:04.866Z +pubDatetime: 2022-12-28T04:59:04.866Z title: Dynamic OG image generation in AstroPaper blog posts -slug: dynamic-og-image-generation-in-astropaper-blog-posts +postSlug: dynamic-og-image-generation-in-astropaper-blog-posts featured: false draft: false tags: - docs - release -ogImage: "" +ogImage: + src: "" + alt: "" description: New feature in AstroPaper v1.4.0, introducing dynamic OG image generation for blog posts. --- diff --git a/src/contents/how-to-configure-astropaper-theme.md b/src/content/blog/how-to-configure-astropaper-theme.md similarity index 98% rename from src/contents/how-to-configure-astropaper-theme.md rename to src/content/blog/how-to-configure-astropaper-theme.md index e811c5e..12919cb 100644 --- a/src/contents/how-to-configure-astropaper-theme.md +++ b/src/content/blog/how-to-configure-astropaper-theme.md @@ -1,14 +1,16 @@ --- author: Sat Naing -datetime: 2022-09-23T04:58:53Z +pubDatetime: 2022-09-23T04:58:53Z title: How to configure AstroPaper theme -slug: how-to-configure-astropaper-theme +postSlug: how-to-configure-astropaper-theme featured: true draft: false tags: - configuration - docs -ogImage: "" +ogImage: + src: "" + alt: "" description: How you can make AstroPaper theme absolutely yours. --- diff --git a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md b/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md similarity index 95% rename from src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md rename to src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md index f444c71..05b80d2 100644 --- a/src/contents/how-to-connect-astro-paper-blog-with-forestry-cms.md +++ b/src/content/blog/how-to-connect-astro-paper-blog-with-forestry-cms.md @@ -1,15 +1,17 @@ --- title: How to connect AstroPaper blog with Forestry CMS author: Sat Naing -datetime: 2022-09-21T05:17:19Z -slug: how-to-connect-astro-paper-blog-with-forestry-cms +pubDatetime: 2022-09-21T05:17:19Z +postSlug: how-to-connect-astro-paper-blog-with-forestry-cms featured: true draft: false tags: - docs - forestry-cms - astro-paper -ogImage: https://res.cloudinary.com/noezectz/v1663745737/astro-paper/astropaper-x-forestry-og_kqfwp0.png +ogImage: + src: https://res.cloudinary.com/noezectz/v1663745737/astro-paper/astropaper-x-forestry-og_kqfwp0.png + alt: "" description: Step by step process of connecting Astro-Paper blog theme with Forestry Headless CMS. diff --git a/src/contents/portfolio-website-development.md b/src/content/blog/portfolio-website-development.md similarity index 98% rename from src/contents/portfolio-website-development.md rename to src/content/blog/portfolio-website-development.md index 2d476e2..0923862 100644 --- a/src/contents/portfolio-website-development.md +++ b/src/content/blog/portfolio-website-development.md @@ -1,8 +1,8 @@ --- title: How Do I Develop My Portfolio Website & Blog author: Sat Naing -datetime: 2022-03-25T16:55:12.000+00:00 -slug: how-do-i-develop-my-portfolio-and-blog +pubDatetime: 2022-03-25T16:55:12.000+00:00 +postSlug: how-do-i-develop-my-portfolio-and-blog featured: false draft: false tags: @@ -10,6 +10,9 @@ tags: - TailwindCSS - HeadlessCMS - Blog +ogImage: + src: "" + alt: "" description: "EXAMPLE POST: My experience about developing my first portfolio website and a blog using NextJS and a headless CMS." diff --git a/src/contents/predefined-color-schemes.md b/src/content/blog/predefined-color-schemes.md similarity index 96% rename from src/contents/predefined-color-schemes.md rename to src/content/blog/predefined-color-schemes.md index 9d595e4..ee1d111 100644 --- a/src/contents/predefined-color-schemes.md +++ b/src/content/blog/predefined-color-schemes.md @@ -1,13 +1,15 @@ --- author: Sat Naing -datetime: 2022-09-26T12:13:24Z +pubDatetime: 2022-09-26T12:13:24Z title: Predefined color schemes -slug: predefined-color-schemes +postSlug: predefined-color-schemes featured: false draft: false tags: - color-schemes -ogImage: "" +ogImage: + src: "" + alt: "" description: Some of the well-crafted, predefined color schemes for AstroPaper blog theme. diff --git a/src/contents/rec-2.md b/src/content/blog/rec-2.md similarity index 88% rename from src/contents/rec-2.md rename to src/content/blog/rec-2.md index cb7f5fd..b20bbf9 100644 --- a/src/contents/rec-2.md +++ b/src/content/blog/rec-2.md @@ -1,8 +1,8 @@ --- title: My recent article 2 author: Sat Naing -datetime: 2022-06-06T04:06:31Z -slug: my-recent-2 +pubDatetime: 2022-06-06T04:06:31Z +postSlug: my-recent-2 featured: false draft: true tags: diff --git a/src/contents/tailwind-typography.md b/src/content/blog/tailwind-typography.md similarity index 99% rename from src/contents/tailwind-typography.md rename to src/content/blog/tailwind-typography.md index 0031cd0..1ae118f 100644 --- a/src/contents/tailwind-typography.md +++ b/src/content/blog/tailwind-typography.md @@ -1,12 +1,15 @@ --- title: Tailwind Typography Plugin author: Sat Naing -datetime: 2022-07-05T02:05:51Z +pubDatetime: 2022-07-05T02:05:51Z featured: false draft: false tags: - TypeScript - Astro +ogImage: + src: "" + alt: "" description: "EXAMPLE POST: About Tailwind Typography Plugin and how you can use it effectively." --- diff --git a/src/contents/terminal-development.md b/src/content/blog/terminal-development.md similarity index 97% rename from src/contents/terminal-development.md rename to src/content/blog/terminal-development.md index 1dd6f4a..90115eb 100644 --- a/src/contents/terminal-development.md +++ b/src/content/blog/terminal-development.md @@ -1,8 +1,8 @@ --- title: How Do I Develop My Terminal Portfolio Website with React author: Sat Naing -datetime: 2022-06-09T03:42:51Z -slug: how-do-i-develop-my-terminal-portfolio-website-with-react +pubDatetime: 2022-06-09T03:42:51Z +postSlug: how-do-i-develop-my-terminal-portfolio-website-with-react featured: false draft: false tags: