2022-05-21 17:47:26 +08:00
|
|
|
|
---
|
2022-06-08 14:51:30 +08:00
|
|
|
|
title: "{{ replace .Name "-" " " | title }}"
|
|
|
|
|
description: "{{ .Name }}"
|
|
|
|
|
keywords: "{{replace .Name "-" ","}}"
|
2022-05-21 17:47:26 +08:00
|
|
|
|
|
2022-06-08 14:51:30 +08:00
|
|
|
|
date: {{ .Date }}
|
|
|
|
|
lastmod: {{ .Date }}
|
2022-05-21 17:47:26 +08:00
|
|
|
|
|
|
|
|
|
categories:
|
2022-07-05 10:04:25 +08:00
|
|
|
|
-
|
2022-05-21 17:47:26 +08:00
|
|
|
|
tags:
|
2022-06-08 14:51:30 +08:00
|
|
|
|
-
|
|
|
|
|
-
|
2022-05-21 17:47:26 +08:00
|
|
|
|
|
2022-06-08 14:51:30 +08:00
|
|
|
|
# 原文作者
|
|
|
|
|
# Post's origin author name
|
|
|
|
|
#author:
|
|
|
|
|
# 原文链接
|
|
|
|
|
# Post's origin link URL
|
|
|
|
|
#link:
|
|
|
|
|
# 图片链接,用在open graph和twitter卡片上
|
|
|
|
|
# Image source link that will use in open graph and twitter card
|
|
|
|
|
#imgs:
|
|
|
|
|
# 在首页展开内容
|
|
|
|
|
# Expand content on the home page
|
|
|
|
|
#expand: true
|
|
|
|
|
# 外部链接地址,访问时直接跳转
|
|
|
|
|
# It's means that will redirecting to external links
|
|
|
|
|
#extlink:
|
2022-10-30 21:12:01 +08:00
|
|
|
|
# 在当前页面关闭评论功能
|
|
|
|
|
# Disabled comment plugins in this post
|
2022-06-08 14:51:30 +08:00
|
|
|
|
#comment:
|
2022-07-05 10:04:25 +08:00
|
|
|
|
# enable: false
|
2022-10-30 21:12:01 +08:00
|
|
|
|
# 关闭文章目录功能
|
|
|
|
|
# Disable table of content
|
2022-06-08 14:51:30 +08:00
|
|
|
|
#toc: false
|
|
|
|
|
# 绝对访问路径
|
|
|
|
|
# Absolute link for visit
|
|
|
|
|
#url: "{{ lower .Name }}.html"
|
|
|
|
|
# 开启文章置顶,数字越小越靠前
|
|
|
|
|
# Sticky post set-top in home page and the smaller nubmer will more forward.
|
|
|
|
|
#weight: 1
|
2022-10-01 09:37:16 +08:00
|
|
|
|
# 开启数学公式渲染,可选值: mathjax, katex
|
|
|
|
|
# Support Math Formulas render, options: mathjax, katex
|
|
|
|
|
#math: mathjax
|
2022-10-02 11:11:37 +08:00
|
|
|
|
# 开启各种图渲染,如流程图、时序图、类图等
|
2022-10-01 09:37:16 +08:00
|
|
|
|
# Enable chart render, such as: flow, sequence, classes etc
|
|
|
|
|
#mermaid: true
|
2022-05-21 17:47:26 +08:00
|
|
|
|
---
|
2022-06-08 14:51:30 +08:00
|
|
|
|
|
|
|
|
|
{{ .Name }}
|
|
|
|
|
|
|
|
|
|
<!--more-->
|