archetype for new posts
This commit is contained in:
13
archetypes/default.md
Normal file
13
archetypes/default.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "{{ replace (replaceRE "^[0-9]{4}-[0-9]{2}-" "" .Name) "-" " " | title }}"
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
categories:
|
||||
- english
|
||||
- deutsch
|
||||
tags:
|
||||
- https://mehl.mx/tags/
|
||||
headerimage: /blog/img.jpg
|
||||
headercredits: Some desc
|
||||
---
|
||||
|
||||
Content
|
||||
Reference in New Issue
Block a user