insights/archetypes/blog.md

628 B

title: "{{ replace .Name "-" " " | title }}" # Description will appear in the meta tags and below the title in the blog list description: # Summary is used in the RSS description tag summary: # Keywords meta tags. If not specified, tags field will be used keywords: - example - example 2 date: {{ .Date }} lastmod: draft: true noindex: false featured: false pinned: false # comments: false series: # - categories: # - tags: # - images: # - # menu: # main: # weight: 100 # params: # icon: # vendor: bs # name: book # color: '#e24d0e' authors: # - ditatompel

Content.