diff --git a/_includes/blog-card.html b/_includes/blog-card.html index e7269798..98b6e22d 100644 --- a/_includes/blog-card.html +++ b/_includes/blog-card.html @@ -4,7 +4,7 @@

{{ post.title }}

{{ post.excerpt }} Continue Reading...

-

{{ post.author }} - {{ post.date | date: "%b %-d, %Y" }}

+

{% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} - {{ post.date | date: "%b %-d, %Y" }}

diff --git a/_layouts/post.html b/_layouts/post.html index 746d7323..dd75a9ca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ layout: default

{{ page.title }}

-

Jonah Aragon | {{ page.date | date: "%b %-d, %Y" }}

+

By: {% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} | {{ page.date | date: "%b %-d, %Y" }}

diff --git a/collections/_people/jonah.md b/collections/_people/jonah.md deleted file mode 100644 index d3825211..00000000 --- a/collections/_people/jonah.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Jonah Aragon -website: 'https://jonaharagon.com' -github: jonaharagon -twitter: jonaharagon -image: jonah.png ---- -I'm the founder and administrator of Privacy Guides. I'm researching privacy respecting products and services to share with the world. diff --git a/collections/_posts/2019-08-22-self-hosting-shadowsocks-vpn-outline.md b/collections/_posts/2019-08-22-self-hosting-shadowsocks-vpn-outline.md index 773bf53f..55ad9742 100644 --- a/collections/_posts/2019-08-22-self-hosting-shadowsocks-vpn-outline.md +++ b/collections/_posts/2019-08-22-self-hosting-shadowsocks-vpn-outline.md @@ -1,6 +1,6 @@ --- title: 'Self-hosting a Shadowsocks VPN with Outline' -author: Jonah Aragon +author: Jonah layout: post excerpt: Outline is a suite of open-source software developed for journalists to safely access their network and the internet while traveling in countries where their activities may be monitored or censored... --- diff --git a/collections/_posts/2019-10-05-understanding-vpns.md b/collections/_posts/2019-10-05-understanding-vpns.md index 7ad2df47..78ef68ec 100644 --- a/collections/_posts/2019-10-05-understanding-vpns.md +++ b/collections/_posts/2019-10-05-understanding-vpns.md @@ -1,6 +1,6 @@ --- title: Understanding VPNs -author: Jonah Aragon +author: Jonah cover: understanding-vpns-cover.jpg cover_src: 'https://unsplash.com/@freeche' cover_src_publisher: Kvistholt Photography diff --git a/collections/_posts/2019-10-30-choosing-a-vpn.md b/collections/_posts/2019-10-30-choosing-a-vpn.md index f294f0f5..0c44c422 100644 --- a/collections/_posts/2019-10-30-choosing-a-vpn.md +++ b/collections/_posts/2019-10-30-choosing-a-vpn.md @@ -1,6 +1,6 @@ --- title: Choosing a VPN -author: Jonah Aragon +author: Jonah layout: post excerpt: Now you know what a VPN is, here's how you choose between them... --- diff --git a/collections/_posts/2019-11-09-firefox-privacy.md b/collections/_posts/2019-11-09-firefox-privacy.md index 8243fbf5..02266a8e 100644 --- a/collections/_posts/2019-11-09-firefox-privacy.md +++ b/collections/_posts/2019-11-09-firefox-privacy.md @@ -1,6 +1,6 @@ --- title: 'Firefox Privacy: Tips and Tricks for Better Browsing' -author: Jonah Aragon +author: Jonah cover: firefox-privacy-cover.jpg cover_src: 'https://unsplash.com/@vmxhu' cover_src_publisher: Szabo Viktor