blogamore/archetypes/blog.md
2022-11-25 00:12:54 +01:00

15 lines
295 B
Markdown

---
title: "{{ replace .Name "-" " " | title }}"
author: "mdn"
date: {{ .Date }}
publishDate: {{ now.Format "2006-01-02"}}
lastmod: {{ now.Format "2006-01-02"}}
slug: "{{ replaceRE `[0-9]+-` "" .Name | lower }}"
draft: true
featured: false
categories: [ cat1 ]
tags:
- tag1
---
<!--more-->