diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..fb04b7d --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,10 @@ +--- +draft: true +date: {{ .Date }} +title: "{{ replace .Name "-" " " | title }}" +description: "" +authors: [] +tags: [] +series: [] +--- + diff --git a/content/posts/why-i-switched-from-proton-mail.md b/content/posts/why-i-switched-from-proton-mail.md index a57aa2b..0c1bc18 100644 --- a/content/posts/why-i-switched-from-proton-mail.md +++ b/content/posts/why-i-switched-from-proton-mail.md @@ -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: [] ---