Compare commits

...

2 Commits

Author SHA1 Message Date
Sam A. afb03a2d11
Add new archetype
continuous-integration/drone/push Build is passing Details
2023-07-16 16:56:29 +02:00
Sam A. 329a2f7c35
Add draft: true 2023-07-16 16:41:45 +02:00
3 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

10
archetypes/posts.md Normal file
View File

@ -0,0 +1,10 @@
---
draft: true
date: {{ .Date }}
title: "{{ replace .Name "-" " " | title }}"
description: ""
authors: []
tags: []
series: []
---

View File

@ -3,13 +3,8 @@ draft: false
date: 2022-05-29T16:10:46+02:00
title: Why I Switched From Proton Mail
description: This blog post explains why I chose to switch away from Proton Mail.
authors:
- Sam Al-Sapti
tags:
- cryptography
- decentralization
- email
- pgp
authors: ['Sam Al-Sapti']
tags: ['cryptography', 'decentralization', 'email', 'pgp']
series: []
---