Skip to content

Commit 8fb12a0

Browse files
committed
md
1 parent e194665 commit 8fb12a0

File tree

4 files changed

+31
-21
lines changed

4 files changed

+31
-21
lines changed

content/posts/draft.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: Draft Example
3-
published: 2022-07-01
4-
tags: [Markdown, Blogging, Demo]
5-
category: Examples
6-
draft: true
2+
title: Draft Post
3+
published: 2023-10-04T00:00:00.000Z
4+
description: An example of a draft post.
5+
category: Drafts
6+
tags:
7+
- Draft
8+
- Example
9+
_template: default
710
---
811

912
# This Article is a Draft

content/posts/markdown-extended.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Markdown Extended Features
3-
published: 2024-05-01
4-
updated: 2024-11-29
5-
description: 'Read more about Markdown features in Fuwari'
6-
image: ''
7-
tags: [Demo, Example, Markdown, Fuwari]
8-
category: 'Examples'
9-
draft: false
2+
title: Markdown Extended Example
3+
published: 2023-10-03T00:00:00.000Z
4+
description: An extended example of Markdown features.
5+
category: Examples
6+
tags:
7+
- Markdown
8+
- Advanced
9+
- Tutorial
10+
_template: default
1011
---
1112

1213
## GitHub Repository Cards

content/posts/markdown.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Markdown Example
3-
published: 2023-10-01
3+
published: 2023-10-01T00:00:00.000Z
44
description: A simple example of a Markdown blog post.
5-
tags: [Markdown, Blogging, Demo]
65
category: Examples
7-
draft: false
6+
tags:
7+
- Markdown
8+
- Blogging
9+
- Demo
10+
_template: default
811
---
912

1013
# An h1 header

content/posts/video.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
2-
title: Include Video in the Posts
3-
published: 2023-08-01
4-
description: This post demonstrates how to include embedded video in a blog post.
5-
tags: [Example, Video]
2+
title: Video Example
3+
published: 2023-10-02T00:00:00.000Z
4+
description: A simple example of a video blog post.
65
category: Examples
7-
draft: false
6+
tags:
7+
- Video
8+
- Tutorial
9+
- Demo
10+
_template: default
811
---
912

1013
Just copy the embed code from YouTube or other platforms, and paste it in the markdown file.

0 commit comments

Comments
 (0)