created a default post archetype

This commit is contained in:
Gabriele Musco 2021-06-29 17:41:33 +02:00
parent ea8f8057f9
commit b04dc735c0
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1,11 @@
+++
+++
---
title: "{{ replace (replace .Name "-" " ") "_" " " | title }}"
date: {{ .Date }}
tags:
- tag1
- tag2
- tag3
image:
comments: true
---