mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
704 B
704 B
command: hugo new --kind post-bundle posts/my-post
title: "{{ replace .TranslationBaseName "-" " " | title }}" subtitle: "" date: {{ .Date }} draft: true author: "" authorLink: "" description: "" keywords: "" license: "" comment: false
tags:
- draft categories:
- draft
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: ""
- name: "featured-image-preview" src: ""