Compare commits

..

No commits in common. "afb03a2d11589d4ce88136304abb56d5ff7984f6" and "9c1fe841b7ba6a71b4ffb02bec991cebf903f685" have entirely different histories.

3 changed files with 7 additions and 13 deletions

View File

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

View File

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

View File

@ -3,8 +3,13 @@ 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: []
---