diff --git a/_includes/thumbnail_blog.html b/_includes/thumbnail_blog.html new file mode 100644 index 0000000..7883070 --- /dev/null +++ b/_includes/thumbnail_blog.html @@ -0,0 +1,30 @@ +
  • +
    + +
    + {% if post.custom_thumbnail_name == null %} + + {% else %} + + {% endif %} + {% if post.progress_update == true %} + #{{ post.title | slice: 2, 2 }} + {% endif %} +
    +
    + + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ post.date | date: "%-d. %b %Y" }} + + {% if post.progress_update == true %} + {% assign title_length = post.title | size %} +

    {{ post.title | slice: 7, title_length }} - #{{ post.title | slice: 2, 2 }}

    + {% else %} +

    {{ post.title }}

    + {% endif %} +
    +
    +
    +
  • diff --git a/_includes/thumbnail_podcast.html b/_includes/thumbnail_podcast.html new file mode 100644 index 0000000..f95bd68 --- /dev/null +++ b/_includes/thumbnail_podcast.html @@ -0,0 +1,35 @@ +
  • +
    + +
    + {% if episode.custom_thumbnail_name == null %} + + {% else %} + + {% endif %} + #{{ episode.title | slice: 2, 2 }} +
    + + + +
    + + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ episode.date | date: "%-d. %b %Y" }} + + {% assign title_length = episode.title | size %} +

    {{ episode.title | slice: 7, title_length }} - #{{ episode.title | slice: 2, 2 }}

    +
    +
    +
    +
  • diff --git a/_includes/thumbnail_video.html b/_includes/thumbnail_video.html new file mode 100644 index 0000000..1927db0 --- /dev/null +++ b/_includes/thumbnail_video.html @@ -0,0 +1,27 @@ +
  • +
    + + {% if video.custom_thumbnail_name == null %}. + + {% else %} + + {% endif %} + + + +
    + + {% if include.pre_header %} + {{ include.pre_header }} - + {% endif %} + {{ video.date | date: "%-d. %b %Y" }} + + {% assign title_length = video.title | size %} +

    {{ video.title | slice: 7, title_length }} - #{{ video.title | slice: 2, 2 }}

    +
    +
    +
    +
  • diff --git a/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md b/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md index a35d6fb..eba567b 100644 --- a/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md +++ b/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md @@ -2,6 +2,8 @@ title: Hiring a Designer from the Privacy Community date: 2019-11-29 author: davegson +custom_thumbnail_name: hiring-a-designer-from-the-privacy-community +cover_image_source: https://unsplash.com/photos/66O6CE7QvwI --- _Sidenote: shoutout to [The Hated One](https://www.youtube.com/channel/UCjr2bPAyPV7t35MvcgT3W8Q/), this would not have happened without him!_ diff --git a/_posts/2019-12-06-the-next-5-steps-for-safing.md b/_posts/2019-12-06-the-next-5-steps-for-safing.md index 23bd0be..c6af4c9 100644 --- a/_posts/2019-12-06-the-next-5-steps-for-safing.md +++ b/_posts/2019-12-06-the-next-5-steps-for-safing.md @@ -2,6 +2,8 @@ title: The next 5 steps for Safing date: 2019-12-06 author: davegson +custom_thumbnail_name: the-next-5-steps-for-safing +cover_image_source: https://pixabay.com/photos/architecture-stone-blocks-block-3481302/ --- ## Intro diff --git a/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md b/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md index bf721b6..6fe77aa 100644 --- a/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md +++ b/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md @@ -2,6 +2,7 @@ title: Announcing the PrivacyTools Sponsorship date: 2019-12-20 author: davegson +custom_thumbnail_name: announcing-the-privacytools-sponsorship --- **We are very pleased to announce that we have become a sponsor of [PrivacyTools.io](https://opencollective.com/privacytoolsio)** diff --git a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md index f254144..1d045b6 100644 --- a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md +++ b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md @@ -2,6 +2,8 @@ title: How the SPN compares to VPNs date: 2020-01-22 author: davegson +custom_thumbnail_name: how-the-spn-compares-to-vpns +cover_image_source: https://pixabay.com/vectors/the-globe-globe-the-internet-free-4790044/ --- ## Introduction into VPN Technology diff --git a/_posts/2020-02-04-the-two-steps-it-takes.md b/_posts/2020-02-04-the-two-steps-it-takes.md index 0f3a66b..3e3ba95 100644 --- a/_posts/2020-02-04-the-two-steps-it-takes.md +++ b/_posts/2020-02-04-the-two-steps-it-takes.md @@ -2,6 +2,8 @@ title: The Two Steps it Takes date: 2020-02-04 author: davegson +custom_thumbnail_name: the-two-steps-t-takes +cover_image_source: https://unsplash.com/photos/7_kRuX1hSXM --- There's no such thing as an overnight success. Successful companies do not suddenly appear, we [just notice them suddenly](https://seths.blog/2014/01/gradually-and-then-suddenly/). diff --git a/_posts/2020-06-26-progress-update.md b/_posts/2020-06-26-progress-update.md index 1ca94ac..396f882 100644 --- a/_posts/2020-06-26-progress-update.md +++ b/_posts/2020-06-26-progress-update.md @@ -1,7 +1,11 @@ --- -title: "Progress Update - #01" +# ⚠️ ALWAYS follow this format: "#001 - Some sweet title" +# this has to be consistent for displaying only the episode number or only the title +title: "#001 - Progress Update June" date: 2020-06-26 author: davegson +custom_thumbnail_name: progress-update +progress_update: true --- *Note: not every update needs to be [a podcast]({{ site.podcast_url }}) or [a video]({{ site.video_url }}), thought I'd mix things up with a written update - [let me know]({{ site.reddit_url }}) if you like this.* diff --git a/assets/img/thumbnails/blog/announcing-the-privacytools-sponsorship.png b/assets/img/thumbnails/blog/announcing-the-privacytools-sponsorship.png new file mode 100644 index 0000000..1ea7c71 Binary files /dev/null and b/assets/img/thumbnails/blog/announcing-the-privacytools-sponsorship.png differ diff --git a/assets/img/thumbnails/blog/hiring-a-designer-from-the-privacy-community.png b/assets/img/thumbnails/blog/hiring-a-designer-from-the-privacy-community.png new file mode 100644 index 0000000..b923be2 Binary files /dev/null and b/assets/img/thumbnails/blog/hiring-a-designer-from-the-privacy-community.png differ diff --git a/assets/img/thumbnails/blog/how-portmaster-handles-dns.png b/assets/img/thumbnails/blog/how-portmaster-handles-dns.png new file mode 100644 index 0000000..fb0ae22 Binary files /dev/null and b/assets/img/thumbnails/blog/how-portmaster-handles-dns.png differ diff --git a/assets/img/thumbnails/blog/how-the-spn-compares-to-vpns.png b/assets/img/thumbnails/blog/how-the-spn-compares-to-vpns.png new file mode 100644 index 0000000..6f2e243 Binary files /dev/null and b/assets/img/thumbnails/blog/how-the-spn-compares-to-vpns.png differ diff --git a/assets/img/thumbnails/blog/progress-update.png b/assets/img/thumbnails/blog/progress-update.png new file mode 100644 index 0000000..4d7fb7d Binary files /dev/null and b/assets/img/thumbnails/blog/progress-update.png differ diff --git a/assets/img/thumbnails/blog/spn-tor-blue.png b/assets/img/thumbnails/blog/spn-tor-blue.png deleted file mode 100644 index 8802fed..0000000 Binary files a/assets/img/thumbnails/blog/spn-tor-blue.png and /dev/null differ diff --git a/assets/img/thumbnails/blog/spn-tor-purple.png b/assets/img/thumbnails/blog/spn-tor-purple.png deleted file mode 100644 index 0968732..0000000 Binary files a/assets/img/thumbnails/blog/spn-tor-purple.png and /dev/null differ diff --git a/assets/img/thumbnails/blog/the-next-5-steps-for-safing.png b/assets/img/thumbnails/blog/the-next-5-steps-for-safing.png new file mode 100644 index 0000000..d3ab3a9 Binary files /dev/null and b/assets/img/thumbnails/blog/the-next-5-steps-for-safing.png differ diff --git a/assets/img/thumbnails/blog/the-two-steps-t-takes.png b/assets/img/thumbnails/blog/the-two-steps-t-takes.png new file mode 100644 index 0000000..100fa57 Binary files /dev/null and b/assets/img/thumbnails/blog/the-two-steps-t-takes.png differ diff --git a/blog/index.html b/blog/index.html index de87454..3c3f0f7 100644 --- a/blog/index.html +++ b/blog/index.html @@ -17,21 +17,7 @@ layout: page

    diff --git a/index.html b/index.html index 9fb78bb..3fab5b9 100644 --- a/index.html +++ b/index.html @@ -138,64 +138,21 @@ title: Safing - Love Freedom
    diff --git a/podcast/index.html b/podcast/index.html index d9d8ee5..0e57e1e 100644 --- a/podcast/index.html +++ b/podcast/index.html @@ -26,36 +26,7 @@ layout: page
    diff --git a/video/index.html b/video/index.html index 0de45b2..4697d11 100644 --- a/video/index.html +++ b/video/index.html @@ -26,28 +26,7 @@ layout: page