new feature: external link post
This commit is contained in:
parent
e664d42571
commit
b4031adcd6
8 changed files with 53 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "About"
|
||||
date: 2021-07-16T11:24:06+08:00
|
||||
date: 2021-07-10T11:24:06+08:00
|
||||
draft: false
|
||||
type: about
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
author: XJJ
|
||||
title: 中文测试
|
||||
date: 2021-07-17T10:52:59+08:00
|
||||
date: 2021-07-16T10:52:59+08:00
|
||||
description:
|
||||
comment: false
|
||||
---
|
||||
|
|
7
exampleSite/content/link.md
Normal file
7
exampleSite/content/link.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
author: XJJ
|
||||
title: External Link Post
|
||||
date: 2021-07-17T10:52:59+08:00
|
||||
description:
|
||||
link: https://gohugo.io
|
||||
---
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Placeholder Text"
|
||||
date = "2021-07-18T10:52:59+08:00"
|
||||
date = "2021-07-11T10:52:59+08:00"
|
||||
description = "Lorem Ipsum Dolor Si Amet"
|
||||
toc = true
|
||||
categories = ["Markdown"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue