1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-19 09:52:43 +00:00

Categories and tags

This commit is contained in:
2022-10-24 09:45:58 -05:00
parent 1a9535dafa
commit 9294e8f542
14 changed files with 45 additions and 5 deletions

View File

@ -1,13 +1,14 @@
--- ---
date: 2019-11-27 date: 2019-11-27
categories: categories:
- Instant Messengers
- Software - Software
authors: authors:
- danarel - danarel
links: links:
- Real Time Communication: https://www.privacyguides.org/real-time-communication/ - Real Time Communication: https://www.privacyguides.org/real-time-communication/
- Types of Communication Networks: https://www.privacyguides.org/real-time-communication/communication-network-types/ - Types of Communication Networks: https://www.privacyguides.org/real-time-communication/communication-network-types/
tags:
- Instant Messengers
--- ---
# Choosing The Right Messenger # Choosing The Right Messenger

View File

@ -1,12 +1,14 @@
--- ---
date: 2021-12-01 date: 2021-12-01
categories: categories:
- Browsers
- Software - Software
authors: authors:
- dngray - dngray
links: links:
- 'Desktop Browsers<br><small>Firefox</small>': https://www.privacyguides.org/desktop-browsers/#firefox - 'Desktop Browsers<br><small>Firefox</small>': https://www.privacyguides.org/desktop-browsers/#firefox
tags:
- Browsers
- Firefox
--- ---
# Firefox Privacy: 2021 Update # Firefox Privacy: 2021 Update

View File

@ -1,12 +1,14 @@
--- ---
date: 2019-11-09 date: 2019-11-09
categories: categories:
- Browsers
- Software - Software
authors: authors:
- jonaharagon - jonaharagon
links: links:
- posts/firefox-privacy-2021-update.md - posts/firefox-privacy-2021-update.md
tags:
- Browsers
- Firefox
--- ---
# Firefox Privacy: Tips and Tricks for Better Browsing # Firefox Privacy: Tips and Tricks for Better Browsing

View File

@ -7,6 +7,8 @@ authors:
links: links:
- posts/move-fast-and-break-things.md - posts/move-fast-and-break-things.md
- posts/choosing-the-right-messenger.md - posts/choosing-the-right-messenger.md
tags:
- Government
--- ---
# Hide Nothing # Hide Nothing

View File

@ -7,6 +7,8 @@ authors:
links: links:
- posts/virtual-insanity.md - posts/virtual-insanity.md
- posts/us-government-continues-encryption-war.md - posts/us-government-continues-encryption-war.md
tags:
- Facebook
--- ---
# Move Fast and Break Things # Move Fast and Break Things

View File

@ -1,7 +1,6 @@
--- ---
date: 2019-11-20 date: 2019-11-20
categories: categories:
- Virtual Private Networks
- Opinion - Opinion
authors: authors:
- jonaharagon - jonaharagon
@ -9,6 +8,8 @@ links:
- Choosing a VPN: https://www.jonaharagon.com/posts/choosing-a-vpn/ - Choosing a VPN: https://www.jonaharagon.com/posts/choosing-a-vpn/
- Understanding VPNs: https://www.jonaharagon.com/posts/understanding-vpns/ - Understanding VPNs: https://www.jonaharagon.com/posts/understanding-vpns/
- VPN Recommendations: https://www.privacyguides.org/vpn/ - VPN Recommendations: https://www.privacyguides.org/vpn/
tags:
- VPN
--- ---
# The Trouble with VPN and Privacy Review Sites # The Trouble with VPN and Privacy Review Sites

View File

@ -6,6 +6,8 @@ authors:
- freddy-m - freddy-m
links: links:
- posts/us-government-wages-war-on-encryption.md - posts/us-government-wages-war-on-encryption.md
tags:
- Government
--- ---
# US Government Continues Encryption War # US Government Continues Encryption War

View File

@ -6,6 +6,8 @@ authors:
- freddy-m - freddy-m
links: links:
- posts/us-government-continues-encryption-war.md - posts/us-government-continues-encryption-war.md
tags:
- Government
--- ---
# US Government Wages War on Encryption # US Government Wages War on Encryption

View File

@ -8,6 +8,8 @@ links:
- posts/move-fast-and-break-things.md - posts/move-fast-and-break-things.md
- posts/why-i-run-a-tor-relay.md - posts/why-i-run-a-tor-relay.md
- posts/us-government-wages-war-on-encryption.md - posts/us-government-wages-war-on-encryption.md
tags:
- Facebook
--- ---
# Virtual Insanity # Virtual Insanity

View File

@ -9,6 +9,8 @@ authors:
links: links:
- 'About Privacy Guides': "https://www.privacyguides.org/about/" - 'About Privacy Guides': "https://www.privacyguides.org/about/"
- posts/weve-joined-the-open-collective-foundation.md - posts/weve-joined-the-open-collective-foundation.md
tags:
- Privacy Guides
--- ---
# Welcome to Privacy Guides # Welcome to Privacy Guides

View File

@ -6,6 +6,8 @@ authors:
- jonaharagon - jonaharagon
links: links:
- posts/welcome-to-privacy-guides.md - posts/welcome-to-privacy-guides.md
tags:
- Privacy Guides
--- ---
# We've joined the Open Collective Foundation 501(c)(3) # We've joined the Open Collective Foundation 501(c)(3)

View File

@ -6,6 +6,9 @@ authors:
- sam-howell - sam-howell
links: links:
- 'Tor Network<br><small>Relays and Bridges</small>': https://www.privacyguides.org/tor/#relays-and-bridges - 'Tor Network<br><small>Relays and Bridges</small>': https://www.privacyguides.org/tor/#relays-and-bridges
tags:
- Tor
- Self-Hosting
--- ---
# Why I Decided to Run a Tor Relay # Why I Decided to Run a Tor Relay

3
docs/tags.md Normal file
View File

@ -0,0 +1,3 @@
# Tag Index
[TAGS]

View File

@ -89,6 +89,18 @@ plugins:
cards_font: 'Public Sans' cards_font: 'Public Sans'
blog: blog:
blog_dir: . blog_dir: .
categories_allowed:
- Announcements
- Opinion
- Software
- Hardware
- Android
- iOS
- Linux
- macOS
- Windows
- Qubes OS
- Providers
rss: rss:
match_path: posts/.* match_path: posts/.*
date_from_meta: date_from_meta:
@ -96,7 +108,8 @@ plugins:
categories: categories:
- categories - categories
- tags - tags
tags: {} tags:
tags_file: tags.md
search: {} search: {}
markdown_extensions: markdown_extensions:
@ -153,3 +166,4 @@ nav:
- 'Forum': 'https://discuss.privacyguides.org/' - 'Forum': 'https://discuss.privacyguides.org/'
- Blog: - Blog:
- 'index.md' - 'index.md'
- 'tags.md'