📝 Upgrade the README content about post front matter.
This commit is contained in:
parent
f84d590023
commit
51221f0f91
@ -112,10 +112,12 @@ tags:
|
|||||||
#expand: true
|
#expand: true
|
||||||
# It's means that will redirecting to external links
|
# It's means that will redirecting to external links
|
||||||
#extlink:
|
#extlink:
|
||||||
# Switch to enabled or disabled comment plugins in this post
|
# Disabled comment plugins in this post
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# Enable table of content
|
# Disable table of content int this post
|
||||||
|
# Notice: By default will automatic build table of content
|
||||||
|
# with h2-h4 title in post and without other settings
|
||||||
#toc: false
|
#toc: false
|
||||||
# Absolute link for visit
|
# Absolute link for visit
|
||||||
#url: "{{ lower .Name }}.html"
|
#url: "{{ lower .Name }}.html"
|
||||||
|
@ -120,10 +120,11 @@ tags:
|
|||||||
#expand: true
|
#expand: true
|
||||||
# 外部链接地址,访问时直接跳转
|
# 外部链接地址,访问时直接跳转
|
||||||
#extlink:
|
#extlink:
|
||||||
# 在当前页面开启或关闭评论功能
|
# 在当前页面关闭评论功能
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# 开启文章目录功能
|
# 关闭当前页面目录功能
|
||||||
|
# 注意:正常情况下文章中有H2-H4标题会自动生成目录,无需额外配置
|
||||||
#toc: false
|
#toc: false
|
||||||
# 绝对访问路径
|
# 绝对访问路径
|
||||||
#url: "{{ lower .Name }}.html"
|
#url: "{{ lower .Name }}.html"
|
||||||
|
@ -27,12 +27,12 @@ tags:
|
|||||||
# 外部链接地址,访问时直接跳转
|
# 外部链接地址,访问时直接跳转
|
||||||
# It's means that will redirecting to external links
|
# It's means that will redirecting to external links
|
||||||
#extlink:
|
#extlink:
|
||||||
# 在当前页面开启或关闭评论功能
|
# 在当前页面关闭评论功能
|
||||||
# Switch to enabled or disabled comment plugins in this post
|
# Disabled comment plugins in this post
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# 开启文章目录功能
|
# 关闭文章目录功能
|
||||||
# Enable table of content
|
# Disable table of content
|
||||||
#toc: false
|
#toc: false
|
||||||
# 绝对访问路径
|
# 绝对访问路径
|
||||||
# Absolute link for visit
|
# Absolute link for visit
|
||||||
|
Loading…
Reference in New Issue
Block a user