feat(home): improve default behavior of hiddenFromHomePage
This commit is contained in:
@@ -151,6 +151,8 @@ dateFormatToUse = "2006-01-02"
|
||||
enable = true
|
||||
# 主页每页显示文章数量
|
||||
paginate = 6
|
||||
# 当你没有在文章前面设置 "hiddenFromHomePage" 时的默认行为
|
||||
defaultHiddenFromHomePage = false
|
||||
|
||||
# 主页的社交信息设置
|
||||
[params.social]
|
||||
|
||||
@@ -1,30 +1,24 @@
|
||||
---
|
||||
author: ""
|
||||
author_link: ""
|
||||
title: "Markdown 基本语法预览"
|
||||
date: 2019-08-25T16:22:42+08:00
|
||||
lastmod: 2019-08-25T16:22:42+08:00
|
||||
draft: false
|
||||
author: ""
|
||||
authorLink: ""
|
||||
description: "这是一篇用于预览 Markdown 基本语法的文章。"
|
||||
show_in_homepage: true
|
||||
description_as_summary: false
|
||||
license: ""
|
||||
|
||||
tags: [
|
||||
"Hugo",
|
||||
"主题",
|
||||
]
|
||||
categories: [
|
||||
"预览",
|
||||
]
|
||||
tags: ["Hugo", "主题"]
|
||||
categories: ["预览"]
|
||||
|
||||
featured_image: ""
|
||||
featured_image_preview: ""
|
||||
featuredImage: ""
|
||||
featuredImagePreview: ""
|
||||
hiddenFromHomePage: false
|
||||
|
||||
comment: true
|
||||
toc: true
|
||||
auto_collapse_toc: true
|
||||
autoCollapseToc: true
|
||||
math: true
|
||||
comment: true
|
||||
---
|
||||
|
||||
这是一篇用于预览 :(fab fa-markdown): Markdown 基本语法的文章。
|
||||
|
||||
Reference in New Issue
Block a user