mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
refactor: move blog posts under content directory
This commit is contained in:
@@ -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<sup>\*</sup> |
|
||||
| **_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:
|
||||
+5
-3
@@ -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.
|
||||
@@ -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.
|
||||
---
|
||||
|
||||
+5
-3
@@ -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.
|
||||
---
|
||||
|
||||
+5
-3
@@ -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.
|
||||
+5
-2
@@ -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."
|
||||
+5
-3
@@ -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.
|
||||
@@ -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:
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user