🔧 Chore: update archetypes

This commit is contained in:
Cell
2022-01-25 11:06:32 +08:00
parent 12e2768851
commit f92721085d
2 changed files with 8 additions and 11 deletions
+4 -6
View File
@@ -1,5 +1,4 @@
---
# command: `hugo new --kind post-bundle posts/my-post`
title: "{{ replace .TranslationBaseName "-" " " | title }}"
subtitle: ""
date: {{ .Date }}
@@ -19,12 +18,7 @@ categories:
hiddenFromHomePage: false
hiddenFromSearch: false
# custom summary instead of <!--more-->
summary: ""
# Full link or relative root link of image
featuredImage: ""
featuredImagePreview: ""
# Or contain featuredImage and featuredImagePreview into resources
resources:
- name: "featured-image"
src: ""
@@ -36,6 +30,10 @@ toc:
math:
enable: false
lightgallery: false
seo:
images: []
# See details front matter: /theme-documentation-content/#front-matter
---
<!--more-->
+4 -5
View File
@@ -18,12 +18,7 @@ categories:
hiddenFromHomePage: false
hiddenFromSearch: false
# custom summary instead of <!--more-->
summary: ""
# Full link or relative root link of image
featuredImage: ""
featuredImagePreview: ""
# Or contain featuredImage and featuredImagePreview into resources
resources:
- name: "featured-image"
src: ""
@@ -35,6 +30,10 @@ toc:
math:
enable: false
lightgallery: false
seo:
images: []
# See details front matter: /theme-documentation-content/#front-matter
---
<!--more-->