hugo-theme-next/archetypes/default.md
2022-10-02 11:11:37 +08:00

1.3 KiB
Raw Blame History

title: "{{ replace .Name "-" " " | title }}" description: "{{ .Name }}" keywords: "{{replace .Name "-" ","}}" date: {{ .Date }} lastmod: {{ .Date }} categories:

tags:

原文作者

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:

在当前页面开启或关闭评论功能

Switch to enabled or disabled comment plugins in this post

#comment:

enable: false

开启文章目录功能

Enable table of content

#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

开启数学公式渲染,可选值: mathjax, katex

Support Math Formulas render, options: mathjax, katex

#math: mathjax

开启各种图渲染,如流程图、时序图、类图等

Enable chart render, such as: flow, sequence, classes etc

#mermaid: true

{{ .Name }}