This commit is contained in:
parent
329a2f7c35
commit
afb03a2d11
10
archetypes/posts.md
Normal file
10
archetypes/posts.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
draft: true
|
||||
date: {{ .Date }}
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
authors: []
|
||||
tags: []
|
||||
series: []
|
||||
---
|
||||
|
|
@ -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: []
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue