1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-09 21:22:36 +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
categories:
- Instant Messengers
- Software
authors:
- danarel
links:
- Real Time Communication: https://www.privacyguides.org/real-time-communication/
- Types of Communication Networks: https://www.privacyguides.org/real-time-communication/communication-network-types/
tags:
- Instant Messengers
---
# Choosing The Right Messenger

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,6 +6,9 @@ authors:
- sam-howell
links:
- '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

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