From 152495bbc6b4863febdeb2d8c50aad51e8f5b19b Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 18 Jan 2019 21:11:10 -0500 Subject: [PATCH] improve SEO --- _config.yml | 1 + _includes/meta_tags/sharing.html | 8 +++----- _layouts/default.html | 2 +- index.html | 7 ++++++- wip/wip.html | 8 -------- 5 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 wip/wip.html diff --git a/_config.yml b/_config.yml index d65abcf..d3b8759 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ description: "Ramblings from a random GNU/Linux user, sysadmin, and professional baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://nixnet.xyz" # the base hostname & protocol for your site permalink: /:title/ +language: en_US author: fullname: Amolith diff --git a/_includes/meta_tags/sharing.html b/_includes/meta_tags/sharing.html index e966fd0..bd5e705 100644 --- a/_includes/meta_tags/sharing.html +++ b/_includes/meta_tags/sharing.html @@ -1,14 +1,12 @@ {% if page.title %} {% assign title = page.title ~ ' - ' ~ page.subtitle %} {% else %} {% assign title = site.title %} {% endif %}{% if page.description %} {% assign description = page.description %} {% else %} {% assign description = site.description %} {% endif %}{% if page.keywords %} {% assign keywords = page.keywords %} {% else %} {% assign keywords = site.keywords %} {% endif %}{% if page.cover %} {% assign cover = page.cover %} {% else %} {% assign cover = site.cover %} {% endif %} - - + - - + - + diff --git a/_layouts/default.html b/_layouts/default.html index 5530adc..37b3a3d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include meta_tags/base.html %} {% include meta_tags/sharing.html %} diff --git a/index.html b/index.html index ec74f65..ddbf9fd 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,11 @@ priority: 0.9

Mattermost is a FLOSS application for real-time chat. Use this for communicating with other users, joining a few different communities, and getting support for NixNet services.

+
+

Wireguard

+

WireGuard is an open source application and protocol that uses VPN techniques to create secure tunnels in various configurations. It aims to be more performant than OpenVPN or IPsec.

+ +

Gitea

Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. Users get an initial limit of 5 repos. Please be conscientious of storage use and don't upload large files.

@@ -40,7 +45,7 @@ priority: 0.9

PrivateBin

-

PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode. It has many privacy-respecting features.

+

PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.

diff --git a/wip/wip.html b/wip/wip.html deleted file mode 100644 index 784b3b2..0000000 --- a/wip/wip.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -title: WIP -permalink: /wip/ ---- -

This application is work in progress and either not yet hosted or not yet public.

-
-

Subscribe to the RSS feed for updates on services (not implemented yet)