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