📝 Upgrade the README content about post front matter.

This commit is contained in:
凡梦星尘 2022-10-30 21:12:01 +08:00
parent f84d590023
commit 51221f0f91
3 changed files with 11 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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