diff --git a/_config.yml b/_config.yml index d54a0a2..7a074e7 100644 --- a/_config.yml +++ b/_config.yml @@ -52,7 +52,7 @@ github_url: https://github.com/safing docs_install_linux_url: https://docs.safing.io/portmaster/install/linux docs_install_windows_url: https://docs.safing.io/portmaster/install/windows docs_code_of_conduct_url: https://docs.safing.io/community/code-of-conduct -invidious_channel_url: https://invidio.us/channel/UC_6TW053IlS4M22g7CxnukA +invidious_channel_url: https://invidious.snopyta.org/channel/UC_6TW053IlS4M22g7CxnukA kickstarter_url: https://www.kickstarter.com/projects/safingio/spn reddit_url: https://reddit.com/r/safing twitter_url: https://twitter.com/SafingIO diff --git a/_includes/thumbnail_video.html b/_includes/thumbnail_video.html index 1927db0..3323d61 100644 --- a/_includes/thumbnail_video.html +++ b/_includes/thumbnail_video.html @@ -19,8 +19,12 @@ {% endif %} {{ video.date | date: "%-d. %b %Y" }} - {% assign title_length = video.title | size %} -

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

+ {% if video.progress_update %} + {% assign title_length = video.title | size %} +

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

+ {% else %} +

{{ video.title }}

+ {% endif %} diff --git a/_includes/video_wrapper.html b/_includes/video_wrapper.html index d51f70e..27357a1 100644 --- a/_includes/video_wrapper.html +++ b/_includes/video_wrapper.html @@ -1,4 +1,4 @@ {% unless page.youtube_hash == null %} -

or watch on YouTube or Invidious

+

or watch on YouTube or Invidious

{% endunless %} diff --git a/_layouts/video.html b/_layouts/video.html index 32216e8..35c697b 100644 --- a/_layouts/video.html +++ b/_layouts/video.html @@ -4,9 +4,13 @@ container_class: "podcast pt-40 lg:pt-64" ---
- {% assign title_length = page.title | size %} - #{{ page.title | slice: 2, 2 }} -

{{ page.title | slice: 7, title_length }}

+ {% if page.progress_update %} + {% assign title_length = page.title | size %} + #{{ page.title | slice: 2, 2 }} +

{{ page.title | slice: 7, title_length }}

+ {% else %} +

{{ page.title }}

+ {% endif %}

{{ page.date | date: "%B %-d, %Y" }}

diff --git a/_publications/2019-09-27-privacy-journey-with-raphty.md b/_publications/2019-09-27-privacy-journey-with-raphty.md index add7b0a..ac78bdb 100644 --- a/_publications/2019-09-27-privacy-journey-with-raphty.md +++ b/_publications/2019-09-27-privacy-journey-with-raphty.md @@ -27,7 +27,7 @@ summary: " - Participate in our community: r/safing
- Ownership & Influences of Safing
-- David's Talk with The Hated One about hidden data practices in his former industry
+- David's Talk with The Hated One about hidden data practices in his former industry
- DuckDuckGo bangs
" hosts: diff --git a/_publications/2019-11-01-to-go-and-a-new-profile-pic.md b/_publications/2019-11-01-to-go-and-a-new-profile-pic.md index d8ed196..039430f 100644 --- a/_publications/2019-11-01-to-go-and-a-new-profile-pic.md +++ b/_publications/2019-11-01-to-go-and-a-new-profile-pic.md @@ -25,7 +25,7 @@ summary: "

Links

-- Video of Daniels Presentation
+- Video of Daniels Presentation
- Picture of him in the Yellow T-Shirt ;)
- Safing Homepage
diff --git a/_publications/2020-03-27-an-update-from-look.md b/_publications/2020-03-27-an-update-from-look.md index f15fa7b..1ccdefb 100644 --- a/_publications/2020-03-27-an-update-from-look.md +++ b/_publications/2020-03-27-an-update-from-look.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#001 - An Update from Home" date: 2020-03-27 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/1.mp4 custom_thumbnail_name: 001-an-update-from-home --- diff --git a/_publications/2020-04-09-the-portmaster-is-in-pre-alpha.md b/_publications/2020-04-09-the-portmaster-is-in-pre-alpha.md index 3cc145a..4085ae0 100644 --- a/_publications/2020-04-09-the-portmaster-is-in-pre-alpha.md +++ b/_publications/2020-04-09-the-portmaster-is-in-pre-alpha.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#002 - The Portmaster is Almost Ready" date: 2020-04-09 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/2.mp4 youtube_hash: T9bKURSlIQc custom_thumbnail_name: 002-the-portmaster-is-almost-ready diff --git a/_publications/2020-04-24-the-portmaster-is-in-pre-alpha.md b/_publications/2020-04-24-the-portmaster-is-in-pre-alpha.md index 1efed3b..af33898 100644 --- a/_publications/2020-04-24-the-portmaster-is-in-pre-alpha.md +++ b/_publications/2020-04-24-the-portmaster-is-in-pre-alpha.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#003 - The Portmaster is Out in Pre-Alpha!" date: 2020-04-24 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/3.mp4 youtube_hash: d0RF6zUxCWw custom_thumbnail_name: 003-portmaster-is-in-pre-alpha diff --git a/_publications/2020-05-08-the-account-server-is-up-and-running.md b/_publications/2020-05-08-the-account-server-is-up-and-running.md index be664b5..5c55859 100644 --- a/_publications/2020-05-08-the-account-server-is-up-and-running.md +++ b/_publications/2020-05-08-the-account-server-is-up-and-running.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#004 - The Account Server is up and running" date: 2020-05-08 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/4.mp4 youtube_hash: vZSZUipikh8 custom_thumbnail_name: 004-account-server-is-running diff --git a/_publications/2020-05-22-a-fresh-new-look.md b/_publications/2020-05-22-a-fresh-new-look.md index ef8743f..2b5466e 100644 --- a/_publications/2020-05-22-a-fresh-new-look.md +++ b/_publications/2020-05-22-a-fresh-new-look.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#005 - A Fresh New Look" date: 2020-05-22 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/5.mp4 youtube_hash: 9UZ4VARUSio custom_thumbnail_name: 005-website-redesign diff --git a/_publications/2020-07-10-default-dns-changes-and-no-more-deadlines.md b/_publications/2020-07-10-default-dns-changes-and-no-more-deadlines.md index 7e5ebf6..6567d64 100644 --- a/_publications/2020-07-10-default-dns-changes-and-no-more-deadlines.md +++ b/_publications/2020-07-10-default-dns-changes-and-no-more-deadlines.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#006 - Default DNS Changes & NO MORE Deadlines" date: 2020-07-10 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/6.mp4 youtube_hash: F7mbWnRU2qk custom_thumbnail_name: 006-into-the-back-office diff --git a/_publications/2020-08-14-spn-closed-pre-alpha-and-next-page.md b/_publications/2020-08-14-spn-closed-pre-alpha-and-next-page.md index f020bc8..62929b9 100644 --- a/_publications/2020-08-14-spn-closed-pre-alpha-and-next-page.md +++ b/_publications/2020-08-14-spn-closed-pre-alpha-and-next-page.md @@ -6,6 +6,7 @@ layout: video # this has to be consistent for displaying only the episode number or only the title title: "#007 - SPN And \"Next Page\" Roll Out" date: 2020-08-14 +progress_update: true video_source: https://assets.safing.io/video/progress_updates/7.mp4 youtube_hash: 45K5UjblT6k custom_thumbnail_name: 007-spn-and-next-page diff --git a/_publications/2021-05-27-techlore-reviews-portmaster-safing.md b/_publications/2021-05-27-techlore-reviews-portmaster-safing.md new file mode 100644 index 0000000..c8f38b3 --- /dev/null +++ b/_publications/2021-05-27-techlore-reviews-portmaster-safing.md @@ -0,0 +1,33 @@ +--- +# possible values: blog video podcast +category: video +layout: video +# ⚠️ ALWAYS follow this format: "#001 - Some sweet title" +# this has to be consistent for displaying only the episode number or only the title +title: "Techlore Reviews Portmaster & Safing" +date: 2021-05-27 +video_source: https://assets.safing.io/video/reviews/2021_05_techlore_720p.mp4 +youtube_hash: E8cTRhGtmcM +custom_thumbnail_name: techlore-safing-review +--- + +{% include video_wrapper.html %} + +### Description from YouTube + +Safing is helping people fight surveillance with their FOSS (open source) tools! The portmaster blocks unwanted network activity, a DNS resolver for DNS over TLS, and the SPN - an alternative to VPNs & Tor all come together for absolute control over what your devices are doing. + +- Safing Website: +- Safing AMA: + +00:00 Explaining Malicious Network Traffic +02:58 The Portmaster +06:24 The SPN +07:50 More about Safing & Final Words + +Thanks to the Techlore team for this review - we are happy you liked it! Working hard in order to progress into the next stages. + +### Links + +- Techlore's YouTube channel: +- Techlore Website: diff --git a/assets/img/thumbnails/video/techlore-safing-review.png b/assets/img/thumbnails/video/techlore-safing-review.png new file mode 100644 index 0000000..0bedae7 Binary files /dev/null and b/assets/img/thumbnails/video/techlore-safing-review.png differ