Feat: add repost feature (#156)

This commit is contained in:
Cell
2022-07-10 18:21:35 +08:00
parent 38314a5d0f
commit 35d54b22cb
29 changed files with 102 additions and 12 deletions
@@ -3,8 +3,6 @@ title: "Basic Markdown Syntax"
date: 2019-12-01T21:57:40+08:00
lastmod: 2022-03-01T22:30:40+08:00
draft: false
author: "Dillon"
authorLink: "https://dillonzq.com"
description: "This article shows the basic Markdown syntax and format."
resources:
- name: "featured-image"
@@ -14,6 +12,10 @@ tags: ["Markdown", "HTML"]
categories: ["Markdown"]
lightgallery: true
repost:
enable: true
url: "https://hugoloveit.com/basic-markdown-syntax/"
---
This article offers a sample of basic Markdown syntax that can be used in Hugo content files.
@@ -3,8 +3,6 @@ title: "Markdown 基本语法"
date: 2019-12-01T21:57:40+08:00
lastmod: 2022-01-20T17:44:40+08:00
draft: false
author: "Dillon"
authorLink: "https://dillonzq.com"
description: "这篇文章展示了基本的 Markdown 语法和格式。"
resources:
- name: "featured-image"
@@ -14,6 +12,10 @@ tags: ["Markdown", "HTML"]
categories: ["Markdown"]
lightgallery: true
repost:
enable: true
url: "https://hugoloveit.com/zh-cn/basic-markdown-syntax/"
---
这篇文章提供了可以在 Hugo 的文章中使用的基本 Markdown 语法示例。