Separate everything into their own pages
+ Permalinks!
This commit is contained in:
18
pages/browsers.html
Normal file
18
pages/browsers.html
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /browsers/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/browser-recommendation.html %}
|
||||
|
||||
{% include sections/browser-fingerprint.html %}
|
||||
|
||||
{% include sections/browser-webrtc.html %}
|
||||
|
||||
{% include sections/browser-addons.html %}
|
||||
|
||||
{% include sections/browser-tweaks.html %}
|
||||
|
||||
</div>
|
20
pages/os.html
Normal file
20
pages/os.html
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /operating-systems/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/operating-systems.html %}
|
||||
|
||||
{% include sections/live-operating-systems.html %}
|
||||
|
||||
{% include sections/mobile-operating-systems.html %}
|
||||
|
||||
{% include sections/android-addons.html %}
|
||||
|
||||
{% include sections/router-firmware.html %}
|
||||
|
||||
{% include sections/windows10.html %}
|
||||
|
||||
</div>
|
10
pages/providers/dns.html
Normal file
10
pages/providers/dns.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/dns/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/dns.html %}
|
||||
|
||||
</div>
|
10
pages/providers/email.html
Normal file
10
pages/providers/email.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/email/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/email-providers.html %}
|
||||
|
||||
</div>
|
10
pages/providers/hosting.html
Normal file
10
pages/providers/hosting.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/hosting/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/hosting-provider.html %}
|
||||
|
||||
</div>
|
12
pages/providers/jurisdiction.html
Normal file
12
pages/providers/jurisdiction.html
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/jurisdictions/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/fourteen-eyes.html %}
|
||||
|
||||
{% include sections/key-disclosure-law.html %}
|
||||
|
||||
</div>
|
10
pages/providers/paste.html
Normal file
10
pages/providers/paste.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/paste/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/paste-services.html %}
|
||||
|
||||
</div>
|
10
pages/providers/search-engines.html
Normal file
10
pages/providers/search-engines.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/search-engines/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/search-engines.html %}
|
||||
|
||||
</div>
|
10
pages/providers/social-networks.html
Normal file
10
pages/providers/social-networks.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/social-networks/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/social-networks.html %}
|
||||
|
||||
</div>
|
10
pages/providers/storage.html
Normal file
10
pages/providers/storage.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/cloud-storage/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/cloud-storage.html %}
|
||||
|
||||
</div>
|
10
pages/providers/vpn.html
Normal file
10
pages/providers/vpn.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /providers/vpn/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/vpn.html %}
|
||||
|
||||
</div>
|
10
pages/software/cal-card.html
Normal file
10
pages/software/cal-card.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/calendar-contacts/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/calendar-contacts-sync.html %}
|
||||
|
||||
</div>
|
10
pages/software/cloud.html
Normal file
10
pages/software/cloud.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/cloud/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/selfhosted-cloud.html %}
|
||||
|
||||
</div>
|
12
pages/software/email.html
Normal file
12
pages/software/email.html
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/email/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/email-clients.html %}
|
||||
|
||||
{% include sections/email-alternatives.html %}
|
||||
|
||||
</div>
|
10
pages/software/encryption.html
Normal file
10
pages/software/encryption.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/encryption-tools/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/file-encryption.html %}
|
||||
|
||||
</div>
|
10
pages/software/file-sharing.html
Normal file
10
pages/software/file-sharing.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/file-sharing/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/file-sharing.html %}
|
||||
|
||||
</div>
|
10
pages/software/file-sync.html
Normal file
10
pages/software/file-sync.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/file-sync/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/file-sync.html %}
|
||||
|
||||
</div>
|
10
pages/software/im.html
Normal file
10
pages/software/im.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/im/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/instant-messenger.html %}
|
||||
|
||||
</div>
|
10
pages/software/networks.html
Normal file
10
pages/software/networks.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/networks/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/self-contained-networks.html %}
|
||||
|
||||
</div>
|
10
pages/software/notebooks.html
Normal file
10
pages/software/notebooks.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/notebooks/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/notebooks.html %}
|
||||
|
||||
</div>
|
10
pages/software/passwords.html
Normal file
10
pages/software/passwords.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/passwords/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/password-managers.html %}
|
||||
|
||||
</div>
|
10
pages/software/productivity.html
Normal file
10
pages/software/productivity.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/productivity/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/productivity-tools.html %}
|
||||
|
||||
</div>
|
10
pages/software/video-voice.html
Normal file
10
pages/software/video-voice.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: /software/voip/
|
||||
---
|
||||
|
||||
<div class="container" role="main">
|
||||
|
||||
{% include sections/voice-video-messenger.html %}
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user