Add titles and descriptions to all pages
This commit is contained in:
parent
f63d75ca9a
commit
81b6c6c156
10
_layouts/page.html
Normal file
10
_layouts/page.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="jumbotron p-5">
|
||||||
|
<h1 class="display-4">{{ page.title }}</h1>
|
||||||
|
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ content }}
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /browsers/
|
permalink: /browsers/
|
||||||
|
title: "Web Browsers"
|
||||||
|
description: "These are our current web browser recommendations and some tweaks you can use to preserve your privacy."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/browser-recommendation.html %}
|
{% include sections/browser-recommendation.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /operating-systems/
|
permalink: /operating-systems/
|
||||||
|
title: "Operating Systems"
|
||||||
|
description: "Even your own computer could be compromising your privacy. Discover our recommended OS choices for all the devices you use."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/operating-systems.html %}
|
{% include sections/operating-systems.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/dns/
|
permalink: /providers/dns/
|
||||||
|
title: "Web Browsers"
|
||||||
|
description: "Don't let Google see all your DNS traffic. Discover privacy-centric alternatives to the traditional DNS providers."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/dns.html %}
|
{% include sections/dns.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/email/
|
permalink: /providers/email/
|
||||||
|
title: "Email"
|
||||||
|
description: "Find an email provider that will keep your privacy in mind. Don't settle for ad-supported platforms."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/email-providers.html %}
|
{% include sections/email-providers.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/hosting/
|
permalink: /providers/hosting/
|
||||||
|
title: "Web Hosting"
|
||||||
|
description: "Find a web hosting provider that won't track your visitors or give into government data requests."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/hosting-provider.html %}
|
{% include sections/hosting-provider.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/jurisdictions/
|
permalink: /providers/jurisdictions/
|
||||||
|
title: "Jurisdictions"
|
||||||
|
description: "Learn about how certain governments track their citizens and foreigners, and which places to avoid to preserve your privacy online."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/fourteen-eyes.html %}
|
{% include sections/fourteen-eyes.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/paste/
|
permalink: /providers/paste/
|
||||||
|
title: "Paste"
|
||||||
|
description: "Find a pastebin provider that won't read your content to share sensitive code or other information."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/paste-services.html %}
|
{% include sections/paste-services.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/search-engines/
|
permalink: /providers/search-engines/
|
||||||
|
title: "Search Engines"
|
||||||
|
description: "Find a search engine that doesn't track your queries or build an advertising profile based on your searches."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/search-engines.html %}
|
{% include sections/search-engines.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/social-networks/
|
permalink: /providers/social-networks/
|
||||||
|
title: "Social Networks"
|
||||||
|
description: "Find a social network that doesn't pry into your data or monetize your profile."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/social-networks.html %}
|
{% include sections/social-networks.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/cloud-storage/
|
permalink: /providers/cloud-storage/
|
||||||
|
title: "Cloud Storage"
|
||||||
|
description: "Find a cloud storage provider that won't look through your files."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/cloud-storage.html %}
|
{% include sections/cloud-storage.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /providers/vpn/
|
permalink: /providers/vpn/
|
||||||
|
title: "VPN Providers"
|
||||||
|
description: "Find a no-logging VPN operator who isn't out to sell or read your web traffic."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/vpn.html %}
|
{% include sections/vpn.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/calendar-contacts/
|
permalink: /software/calendar-contacts/
|
||||||
|
title: "Calendar/Contacts Sync Tools"
|
||||||
|
description: "Discover free, open source, and secure ways to sync your contacts and calendars across your devices."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/calendar-contacts-sync.html %}
|
{% include sections/calendar-contacts-sync.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/cloud/
|
permalink: /software/cloud/
|
||||||
|
title: "Self Hosted \"Cloud\""
|
||||||
|
description: "Discover how to securely and privately self-host your cloud with open source software."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/selfhosted-cloud.html %}
|
{% include sections/selfhosted-cloud.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/email/
|
permalink: /software/email/
|
||||||
|
title: "Email Clients"
|
||||||
|
description: "Discover free, open source, and secure ways email clients, and some email alternatives you may not have considered."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/email-clients.html %}
|
{% include sections/email-clients.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/encryption-tools/
|
permalink: /software/encryption-tools/
|
||||||
|
title: "Encryption Tools"
|
||||||
|
description: "Discover free, open source, and secure ways to encrypt your sensitive data to keep it from prying eyes."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/file-encryption.html %}
|
{% include sections/file-encryption.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/file-sharing/
|
permalink: /software/file-sharing/
|
||||||
|
title: "File Sharing"
|
||||||
|
description: "Discover how to share your files with your friends and family or anonymously, without a middleman."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/file-sharing.html %}
|
{% include sections/file-sharing.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/file-sync/
|
permalink: /software/file-sync/
|
||||||
|
title: "File Sync Tools"
|
||||||
|
description: "Discover free, open source, and secure ways to sync your files across your devices."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/file-sync.html %}
|
{% include sections/file-sync.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/im/
|
permalink: /software/im/
|
||||||
|
title: "Instant Messaging"
|
||||||
|
description: "Discover secure and private ways to message others online without letting any third parties read your messages."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/instant-messenger.html %}
|
{% include sections/instant-messenger.html %}
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/networks/
|
permalink: /software/networks/
|
||||||
|
title: "Self-Contained Networks"
|
||||||
|
description: "If you are currently browsing clearnet and want to access the dark web, this section is for you."
|
||||||
|
hidedesc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/self-contained-networks.html %}
|
{% include sections/self-contained-networks.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/notebooks/
|
permalink: /software/notebooks/
|
||||||
|
title: "Notebooks"
|
||||||
|
description: "Keep track of your notes and journalings without giving them to a third-party."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/notebooks.html %}
|
{% include sections/notebooks.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/passwords/
|
permalink: /software/passwords/
|
||||||
|
title: "Password Managers"
|
||||||
|
description: "Stay safe and secure online with an encrypted and open-source password manager."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/password-managers.html %}
|
{% include sections/password-managers.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/productivity/
|
permalink: /software/productivity/
|
||||||
|
title: "Productivity Tools"
|
||||||
|
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/productivity-tools.html %}
|
{% include sections/productivity-tools.html %}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: page
|
||||||
permalink: /software/voip/
|
permalink: /software/voip/
|
||||||
|
title: "VoIP"
|
||||||
|
description: "Find a voice and video messenger that supports completely End-to-End encrypted calls."
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include sections/voice-video-messenger.html %}
|
{% include sections/voice-video-messenger.html %}
|
||||||
|
Reference in New Issue
Block a user