From f92721085d827166e6669c0b35b54dd4ac4e1014 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 25 Jan 2022 11:06:32 +0800 Subject: [PATCH] :wrench: Chore: update archetypes --- archetypes/post-bundle/index.md | 10 ++++------ archetypes/posts.md | 9 ++++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/archetypes/post-bundle/index.md b/archetypes/post-bundle/index.md index 3e1a0100..4b763f2e 100644 --- a/archetypes/post-bundle/index.md +++ b/archetypes/post-bundle/index.md @@ -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 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 --- \ No newline at end of file diff --git a/archetypes/posts.md b/archetypes/posts.md index 9ef5b2da..a04a0a87 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -18,12 +18,7 @@ categories: hiddenFromHomePage: false hiddenFromSearch: false -# custom summary instead of 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 ---