Template for posts

This commit is contained in:
Luca Beltrame 2021-01-03 12:53:54 +01:00
parent b4396eaac5
commit 6ee2637711
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

20
archetypes/posts.md Normal file
View file

@ -0,0 +1,20 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
disable_share: true
omit_header_text: true
categories:
- General
- Linux
- Anime
- Science
- KDE
tags:
- linux
- kde
- anime
- science
- hacks
---