Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-17 07:44:04 +0300
committerDillon <dillonzq@outlook.com>2020-02-17 07:44:04 +0300
commita276661f0a154938b4d7885e97979780253891a5 (patch)
treee0699fe35d54031d0afd70c46b4a0a4dc1099bcb /archetypes
parentdd78d80fefed13cd0ab50563b6b40ca057811e3e (diff)
feat(home): improve default behavior of hiddenFromHomePage
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 51a441a..4468df5 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,25 +1,24 @@
---
-author: ""
-author_link: ""
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
draft: true
+author: ""
+authorLink: ""
description: ""
-show_in_homepage: true
-description_as_summary: false
license: ""
tags: []
categories: []
+hiddenFromHomePage: false
-featured_image: ""
-featured_image_preview: ""
+featuredImage: ""
+featuredImagePreview: ""
-comment: true
toc: false
-auto_collapse_toc: true
+autoCollapseToc: true
math: false
+comment: true
---
-<!--more--> \ No newline at end of file
+<!--more-->