blogamore/archetypes/blog.md

16 lines
295 B
Markdown
Raw Normal View History

2022-11-13 20:52:45 +01:00
---
title: "{{ replace .Name "-" " " | title }}"
2022-11-16 08:59:13 +01:00
author: "mdn"
2022-11-13 20:52:45 +01:00
date: {{ .Date }}
publishDate: {{ now.Format "2006-01-02"}}
lastmod: {{ now.Format "2006-01-02"}}
2022-11-16 08:59:13 +01:00
slug: "{{ replaceRE `[0-9]+-` "" .Name | lower }}"
2022-11-13 20:52:45 +01:00
draft: true
featured: false
2022-11-25 00:12:54 +01:00
categories: [ cat1 ]
tags:
- tag1
2022-11-13 20:52:45 +01:00
---
<!--more-->