Skip to content

Commit 35e5c45

Browse files
author
wutali
committed
Re-define content metadata
1 parent e03ff61 commit 35e5c45

File tree

7 files changed

+35
-21
lines changed

7 files changed

+35
-21
lines changed

meta/tags.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
tags:
2-
- slug: react
3-
name: react
4-
- slug: golang
5-
name: golang
2+
- slug: document
3+
name: document
4+
- slug: mock
5+
name: mock
6+
- slug: style
7+
name: style
8+
- slug: license
9+
name: license
10+
- slug: mdx
11+
name: mdx
12+
- slug: markdown
13+
name: markdown

src/pages/posts/license.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
slug: license
33
title: License
4-
date: "2020-06-08"
4+
date: 2020-06-08
5+
author: wutali
56
tags:
6-
- golang
7-
- react
7+
- license
88
---
99

1010
## Next.js and netlify blog template is managed under the MIT license

src/pages/posts/lorem-ipsum.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
slug: lorem-ipsum
33
title: Lorem Ipsum
4-
date: "2020-06-03"
4+
date: 2020-06-03
5+
author: wutali
56
tags:
6-
- golang
7-
- react
7+
- mock
88
---
99

1010
## The standard Lorem Ipsum passage

src/pages/posts/markdown-syntax.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
title: "Markdown Syntax Guide"
3-
date: "2020-06-09"
42
slug: "markdown-syntax"
3+
title: "Markdown Syntax Guide"
4+
date: 2020-06-09
5+
author: wutali
6+
tags:
7+
- style
8+
- markdown
59
---
610

711
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in MDX.

src/pages/posts/references.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
slug: references
33
title: References
4-
date: "2020-06-08"
5-
category: back-end
4+
date: 2020-06-08
5+
author: wutali
66
tags:
7-
- golang
8-
- react
7+
- document
98
---
109

1110
## The standard Lorem Ipsum passage

src/pages/posts/rich-content-with-mdx.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
slug: rich-content-with-mdx
33
title: Rich Content with MDX
4-
date: "2020-06-08"
4+
date: 2020-06-08
5+
author: wutali
6+
tags:
7+
- style
8+
- mdx
59
---
610

711
MDX supports to import React component and embed it directly as markdown content.

src/pages/posts/welcome.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
slug: welcome
33
title: Welcome To Next.js and Netlify Blog Template
4-
date: "2020-06-10"
5-
tags:
6-
- golang
7-
- react
4+
date: 2020-06-10
85
author: wutali
6+
tags:
7+
- document
98
---
109

1110
## The standard Lorem Ipsum passage

0 commit comments

Comments
 (0)