From 3345c43b348ba34ce657457c0d9ab284fb9330d8 Mon Sep 17 00:00:00 2001 From: Em <194856901+EmAtPrivacyGuides@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:17:09 +0000 Subject: [PATCH] style(blog): Add cover previews to older articles (#3071) Signed-off-by: Jonah Aragon --- blog/posts/activists-guide-securing-your-smartphone.md | 2 ++ blog/posts/biometrics-explained.md | 2 ++ blog/posts/choosing-the-right-messenger.md | 2 ++ blog/posts/clearing-browsing-data.md | 2 ++ blog/posts/delisting-startpage.md | 2 ++ blog/posts/digital-provenance.md | 2 ++ blog/posts/firefox-privacy-2021-update.md | 2 ++ blog/posts/firefox-privacy.md | 2 ++ blog/posts/installing-and-using-tails.md | 2 ++ blog/posts/installing-keepassxc-and-yubikey.md | 2 ++ blog/posts/mozilla-disappoints-us-yet-again-2.md | 2 ++ .../privacy-guides-partners-with-magic-grants-501-c-3.md | 2 ++ blog/posts/privacy-is-not-dead.md | 4 +--- blog/posts/privacy-means-safety.md | 2 ++ blog/posts/privacy-pass.md | 2 ++ blog/posts/relisting-startpage.md | 2 ++ blog/posts/sam-altman-wants-your-eyeball.md | 5 +---- blog/posts/security-privacy-anonymity.md | 2 ++ blog/posts/the-future-of-privacy.md | 2 ++ blog/posts/the-privacy-of-others.md | 2 ++ blog/posts/the-trouble-with-vpn-and-privacy-review-sites.md | 2 ++ blog/posts/threads-launch-twitter.md | 2 ++ blog/posts/toward-a-passwordless-future.md | 2 ++ blog/posts/uk-forced-apple-to-remove-adp.md | 2 ++ blog/posts/why-i-run-a-tor-relay.md | 2 ++ blog/posts/yubikey-reset-and-backup.md | 2 ++ 26 files changed, 50 insertions(+), 7 deletions(-) diff --git a/blog/posts/activists-guide-securing-your-smartphone.md b/blog/posts/activists-guide-securing-your-smartphone.md index 17635027..8fbb3a55 100644 --- a/blog/posts/activists-guide-securing-your-smartphone.md +++ b/blog/posts/activists-guide-securing-your-smartphone.md @@ -8,6 +8,8 @@ authors: - jonah description: Your phone is an essential tool, but it also represents a huge risk to your privacy and security. Understanding these best practices when it comes to securing your smartphone will help keep you and your data safe. schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/activists-guide-securing-your-smartphone/cover.webp --- # The Protesters' Guide to Smartphone Security diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index 244a17c4..b1e43655 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -11,6 +11,8 @@ license: BY-SA schema_type: BackgroundNewsArticle description: | Biometrics are a convenient and secure way to authenticate our devices. Many of us use and trust the biometrics of our devices without much thought, but are they really secure? With so many options, which ones are the best? +preview: + cover: blog/assets/images/biometrics-explained/biometrics.webp --- # Biometrics Explained diff --git a/blog/posts/choosing-the-right-messenger.md b/blog/posts/choosing-the-right-messenger.md index cbf2e291..01bb566e 100644 --- a/blog/posts/choosing-the-right-messenger.md +++ b/blog/posts/choosing-the-right-messenger.md @@ -13,6 +13,8 @@ tags: license: BY-SA description: Choosing an instant messenger is a challenge. How can you be sure you’re using the most secure, privacy respecting platform? schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/choosing-the-right-messenger/cover.webp --- # Choosing the Right Messenger diff --git a/blog/posts/clearing-browsing-data.md b/blog/posts/clearing-browsing-data.md index bb2857f8..6fdf517e 100644 --- a/blog/posts/clearing-browsing-data.md +++ b/blog/posts/clearing-browsing-data.md @@ -13,6 +13,8 @@ tags: license: BY-SA description: A beginner's guide to clearing browsing data — such as cookies, website cache, and browsing history — on Chrome, Firefox, Safari, Edge, and Brave. schema_type: BackgroundNewsArticle +preview: + cover: blog/assets/images/clearing-your-browsing-data/dimmis-vart-JPu345g_OYM-unsplash.webp --- # How to Clear Your Browser History on Chrome, Firefox, and Other Browsers diff --git a/blog/posts/delisting-startpage.md b/blog/posts/delisting-startpage.md index 81ac9a12..57e65188 100644 --- a/blog/posts/delisting-startpage.md +++ b/blog/posts/delisting-startpage.md @@ -12,6 +12,8 @@ tags: - Search Engines description: Startpage has been removed from Privacy Guides' recommendations following their acquisition by System1. schema_type: NewsArticle +preview: + cover: blog/assets/images/delisting-startpage/cover.webp --- # Delisting Startpage From Privacy Guides diff --git a/blog/posts/digital-provenance.md b/blog/posts/digital-provenance.md index a10a7a9a..0821a821 100644 --- a/blog/posts/digital-provenance.md +++ b/blog/posts/digital-provenance.md @@ -8,6 +8,8 @@ authors: tags: - AI - Content Credentials +preview: + cover: blog/assets/images/digital-provenance/cover.jpg --- # The Power of Digital Provenance in the Age of AI diff --git a/blog/posts/firefox-privacy-2021-update.md b/blog/posts/firefox-privacy-2021-update.md index 2ef533ce..9d42d393 100644 --- a/blog/posts/firefox-privacy-2021-update.md +++ b/blog/posts/firefox-privacy-2021-update.md @@ -12,6 +12,8 @@ tags: - Firefox license: CC0 schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/firefox-privacy/cover.webp --- # Firefox Privacy: 2021 Update diff --git a/blog/posts/firefox-privacy.md b/blog/posts/firefox-privacy.md index 087355b6..f12cc29a 100644 --- a/blog/posts/firefox-privacy.md +++ b/blog/posts/firefox-privacy.md @@ -12,6 +12,8 @@ tags: - Firefox license: BY-SA schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/firefox-privacy/cover.webp --- # Firefox Privacy: Tips and Tricks for Better Browsing diff --git a/blog/posts/installing-and-using-tails.md b/blog/posts/installing-and-using-tails.md index 98f2e8b5..9a5daa8b 100644 --- a/blog/posts/installing-and-using-tails.md +++ b/blog/posts/installing-and-using-tails.md @@ -7,6 +7,8 @@ authors: - em description: When browsing the web at home becomes dangerous to your safety, there are tools that can help minimizing your digital traces to stay safe. Tails is one of these tools. Here's why, when, and how you can install and use Tails. schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/installing-and-using-tails/cover.webp --- # Using Tails When Your World Doesn't Feel Safe Anymore diff --git a/blog/posts/installing-keepassxc-and-yubikey.md b/blog/posts/installing-keepassxc-and-yubikey.md index 8bdc0c3e..2a700fdc 100644 --- a/blog/posts/installing-keepassxc-and-yubikey.md +++ b/blog/posts/installing-keepassxc-and-yubikey.md @@ -7,6 +7,8 @@ authors: - em description: This tutorial demonstrates how to install the local-only password manager KeePassXC and secure a password database with YubiKey. schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/installing-keepassxc-and-yubikey/keepassxc-cover.webp --- # KeePassXC + YubiKey: How to set up a local-only password manager diff --git a/blog/posts/mozilla-disappoints-us-yet-again-2.md b/blog/posts/mozilla-disappoints-us-yet-again-2.md index 5be61041..25c6966c 100644 --- a/blog/posts/mozilla-disappoints-us-yet-again-2.md +++ b/blog/posts/mozilla-disappoints-us-yet-again-2.md @@ -10,6 +10,8 @@ tags: - Mozilla description: "'No shady privacy policies or back doors for advertisers' proclaims the Firefox homepage, but that's no longer true in Firefox 128." schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/mozilla-disappoints-us-yet-again-2/cover.webp --- # "Privacy-Preserving" Attribution: Mozilla Disappoints Us Yet Again diff --git a/blog/posts/privacy-guides-partners-with-magic-grants-501-c-3.md b/blog/posts/privacy-guides-partners-with-magic-grants-501-c-3.md index 1c98037b..4dbc3a4e 100644 --- a/blog/posts/privacy-guides-partners-with-magic-grants-501-c-3.md +++ b/blog/posts/privacy-guides-partners-with-magic-grants-501-c-3.md @@ -7,6 +7,8 @@ authors: - jonah description: We're excited to announce a partnership with MAGIC Grants, a Public 501(c)(3) charity with the mission of supporting privacy projects like ours and providing undergraduate scholarships for students interested in cryptocurrencies and privacy. schema_type: BackgroundNewsArticle +preview: + cover: blog/assets/images/privacy-guides-partners-with-magic-grants-501-c-3/magicblog.webp --- # Privacy Guides Partners With MAGIC Grants 501(c)(3) diff --git a/blog/posts/privacy-is-not-dead.md b/blog/posts/privacy-is-not-dead.md index f6dcf964..5177aef0 100644 --- a/blog/posts/privacy-is-not-dead.md +++ b/blog/posts/privacy-is-not-dead.md @@ -8,9 +8,7 @@ authors: description: Privacy is only dead if we let it die. Be careful about the all-or-nothing mindset in data privacy, it can do more damage than good to the cause. While striving for improvements, do not forget to cheer and celebrate each small win. schema_type: OpinionNewsArticle preview: - color: "#28323F" - text_color: "#FFD06F" - site_logo: privacy-guides-logo-notext-darkbg.svg + cover: blog/assets/images/privacy-is-not-dead/cover.webp --- # No, Privacy is Not Dead: Beware the All-or-Nothing Mindset diff --git a/blog/posts/privacy-means-safety.md b/blog/posts/privacy-means-safety.md index c0eaf7a1..1fd26c8a 100644 --- a/blog/posts/privacy-means-safety.md +++ b/blog/posts/privacy-means-safety.md @@ -7,6 +7,8 @@ authors: - em description: Privacy is a human right that should be granted to everyone, no matter the reason. That being said, it's also important to remember that for millions of people around the world, data privacy is crucial for physical safety. For people in extreme situations, privacy can literally mean life or death. schema_type: NewsArticle +preview: + cover: blog/assets/images/privacy-means-safety/privacy-means-safety-cover.webp --- # Privacy Means Safety diff --git a/blog/posts/privacy-pass.md b/blog/posts/privacy-pass.md index d4639197..b15acae0 100644 --- a/blog/posts/privacy-pass.md +++ b/blog/posts/privacy-pass.md @@ -11,6 +11,8 @@ license: BY-SA schema_type: BackgroundNewsArticle description: | Privacy Pass is a new way to privately authenticate with a service. Let's look at how it could change the way we use services. +preview: + cover: blog/assets/images/privacy-pass/cover.webp --- # Privacy Pass: The New Protocol for Private Authentication diff --git a/blog/posts/relisting-startpage.md b/blog/posts/relisting-startpage.md index 2f7da60f..fac44b53 100644 --- a/blog/posts/relisting-startpage.md +++ b/blog/posts/relisting-startpage.md @@ -11,6 +11,8 @@ tags: - Search Engines description: Startpage has been relisted in our search engine recommendations following their open communications with the Privacy Guides community. schema_type: NewsArticle +preview: + cover: blog/assets/images/relisting-startpage/cover.webp --- # Relisting Startpage.com diff --git a/blog/posts/sam-altman-wants-your-eyeball.md b/blog/posts/sam-altman-wants-your-eyeball.md index 237ab720..c2e61915 100644 --- a/blog/posts/sam-altman-wants-your-eyeball.md +++ b/blog/posts/sam-altman-wants-your-eyeball.md @@ -9,10 +9,7 @@ authors: description: Last week, OpenAI's CEO Sam Altman announced in San Francisco that the World project he co-founded, formerly known as Worldcoin, is opening six stores across the United States, allowing users of the project's app to scan their eyeballs. schema_type: AnalysisNewsArticle preview: - color: "#c0322f" - text_color: "#ffffff" - site_logo: privacy-guides-logo-notext-colorbg-white.svg - icon: material/eye-circle + cover: blog/assets/images/sam-altman-wants-your-eyeball/orb-cover.webp --- diff --git a/blog/posts/security-privacy-anonymity.md b/blog/posts/security-privacy-anonymity.md index 757a1c9f..68d682f2 100644 --- a/blog/posts/security-privacy-anonymity.md +++ b/blog/posts/security-privacy-anonymity.md @@ -13,6 +13,8 @@ tags: license: BY description: Privacy, security, and anonymity often complement each other, but they are not always dependent on each other, and they are definitely not the same thing. schema_type: OpinionNewsArticle +preview: + cover: blog/assets/images/security-privacy-anonymity/cover.jpeg --- # Security, Privacy, and Anonymity diff --git a/blog/posts/the-future-of-privacy.md b/blog/posts/the-future-of-privacy.md index ce4dae16..19b9a8ae 100644 --- a/blog/posts/the-future-of-privacy.md +++ b/blog/posts/the-future-of-privacy.md @@ -7,6 +7,8 @@ authors: - em description: Privacy is intrinsically intertwined with politics. Each change in governance can have serious effects on privacy rights and privacy tools, for better or for worse. Let's examine with concrete examples how politics affect legislations that can have an immense impact on the privacy tools and features we use. schema_type: NewsArticle +preview: + cover: blog/assets/images/the-future-of-privacy/cover.webp --- # The Future of Privacy: How Governments Shape Your Digital Life diff --git a/blog/posts/the-privacy-of-others.md b/blog/posts/the-privacy-of-others.md index 0e453be3..1205b7d1 100644 --- a/blog/posts/the-privacy-of-others.md +++ b/blog/posts/the-privacy-of-others.md @@ -7,6 +7,8 @@ authors: - em description: In privacy, we talk a lot about how to protect our own data, but what about our responsibility to protect the data of others? If you care about privacy rights, you must also care for the data of the people around you. Together, we must start building a culture of data privacy where everyone cares for the data of others. schema_type: NewsArticle +preview: + cover: blog/assets/images/the-privacy-of-others/cover.webp --- # Privacy is Also Protecting the Data of Others diff --git a/blog/posts/the-trouble-with-vpn-and-privacy-review-sites.md b/blog/posts/the-trouble-with-vpn-and-privacy-review-sites.md index 3de250e8..fdf8cada 100644 --- a/blog/posts/the-trouble-with-vpn-and-privacy-review-sites.md +++ b/blog/posts/the-trouble-with-vpn-and-privacy-review-sites.md @@ -14,6 +14,8 @@ tags: license: BY-SA description: There’s a massive problem in the privacy world. Many shady companies are disguising advertisements as genuine reviews, to the detriment of real news sources like Privacy Guides and to potential buyers of these services. schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/the-trouble-with-vpn-and-privacy-review-sites/cover.webp --- # The Trouble With VPN and Privacy Review Sites diff --git a/blog/posts/threads-launch-twitter.md b/blog/posts/threads-launch-twitter.md index 29402ff1..3ec11b7d 100644 --- a/blog/posts/threads-launch-twitter.md +++ b/blog/posts/threads-launch-twitter.md @@ -14,6 +14,8 @@ tags: license: BY-SA description: The man behind Facebook has somehow managed to make the Twitter experience worse. schema_type: OpinionNewsArticle +preview: + cover: blog/assets/images/threads-launch-twitter/cover.webp --- # Threads Is the Perfect Twitter Alternative, Just Not for You diff --git a/blog/posts/toward-a-passwordless-future.md b/blog/posts/toward-a-passwordless-future.md index 16c7618e..1b7f7336 100644 --- a/blog/posts/toward-a-passwordless-future.md +++ b/blog/posts/toward-a-passwordless-future.md @@ -9,6 +9,8 @@ tags: - Passkeys - Passwords license: BY-SA +preview: + cover: blog/assets/images/toward-a-passwordless-future/cover.webp --- # Toward a Passwordless Future diff --git a/blog/posts/uk-forced-apple-to-remove-adp.md b/blog/posts/uk-forced-apple-to-remove-adp.md index b2096091..a42d53b9 100644 --- a/blog/posts/uk-forced-apple-to-remove-adp.md +++ b/blog/posts/uk-forced-apple-to-remove-adp.md @@ -7,6 +7,8 @@ authors: - em description: The UK government has served a technical capability notice to Apple under the UK Investigatory Act. Apple's response was to remove the Advanced Data Protection feature from the UK this week. What does this mean for Apple users in the UK and for encryption rights worldwide? schema_type: ReportageNewsArticle +preview: + cover: blog/assets/images/uk-forced-apple-to-remove-adp/cover.webp --- # The UK Government Forced Apple to Remove Advanced Data Protection: What Does This Mean for You? diff --git a/blog/posts/why-i-run-a-tor-relay.md b/blog/posts/why-i-run-a-tor-relay.md index 5b6a42e0..485a7b0e 100644 --- a/blog/posts/why-i-run-a-tor-relay.md +++ b/blog/posts/why-i-run-a-tor-relay.md @@ -13,6 +13,8 @@ tags: license: BY-SA description: Each Tor relay is the direct result of an individual deciding to sacrifice money, time and effort for the cause of fighting for a freer Internet. schema_type: OpinionNewsArticle +preview: + cover: blog/assets/images/why-i-run-a-tor-relay/cover.png --- # Why I Decided to Run a Tor Relay diff --git a/blog/posts/yubikey-reset-and-backup.md b/blog/posts/yubikey-reset-and-backup.md index 9c9833be..d0396ab2 100644 --- a/blog/posts/yubikey-reset-and-backup.md +++ b/blog/posts/yubikey-reset-and-backup.md @@ -7,6 +7,8 @@ authors: - em description: This tutorial demonstrates how to reset a YubiKey close to factory defaults and create a backup of most YubiKey applications on a spare key. schema_type: AnalysisNewsArticle +preview: + cover: blog/assets/images/yubikey-reset-and-backup/cover.webp --- # How to Reset Your YubiKey and Create a Backup