blog/archetypes/default.md
Bruno BELANYI 45aebb2c81
All checks were successful
continuous-integration/drone/push Build is passing
archetypes: add 'description' back to front matter
This reverts commit 4ac758cf92.
2021-10-21 11:11:55 +02:00

30 lines
421 B
Markdown

---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false # I don't care for draft mode, git has branches for that
description: ""
tags:
- accounting
- c++
- ci/cd
- cli
- design-pattern
- docker
- drone
- git
- hugo
- nix
- self-hosting
- test
categories:
- programming
- slice-of-life
- software
- story
series:
favorite: false
disable_feed: false
---
<!--more-->