commit f004af072687b1ed8094aa0440bfdcecb1752ab8
parent 4778ed3e615e38f71637d218f98960911861b4ab
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu, 10 Dec 2020 19:51:28 +0100

Add description tag to some important pages

Diffstat:
Mcontent/_index.md | 1+
Mcontent/about.md | 1+
Mcontent/blog/_index.md | 1+
Mcontent/contact.md | 1+
Mcontent/jsweblabels.html | 1+
5 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/content/_index.md b/content/_index.md @@ -1,5 +1,6 @@ <!-- priority: 1.0 --> <!-- extraheader: <link rel="me" href="https://fosstodon.org/@ob"/><link rel="me" href="https://github.com/oscarbenedito"/><link rel="me" href="https://gitlab.com/oscarbenedito"/><link rel="me" href="mailto:oscar@oscarbenedito.com"/><link rel="pgpkey" href="/pgp/pubkey.asc"/> --> +<!-- description: Hello and welcome to my website! I'm Oscar Benedito and this is my corner of the Internet. --> Hello and welcome to my website! My name is Oscar Benedito and I am currently pursuing a double degree in Mathematics and Computer Engineering at the diff --git a/content/about.md b/content/about.md @@ -1,4 +1,5 @@ <!-- title: About this site --> +<!-- description: Information about the site: privacy, license and source code. --> ## Privacy diff --git a/content/blog/_index.md b/content/blog/_index.md @@ -1,4 +1,5 @@ <!-- title: Personal blog --> +<!-- description: My personal blog. Subscribe to my web feed if you want to keep up to date! --> # Personal blog diff --git a/content/contact.md b/content/contact.md @@ -1,4 +1,5 @@ <!-- title: Contact me --> +<!-- description: Contact information. --> You can contact me sending an email to [oscar@oscarbenedito.com][email]. diff --git a/content/jsweblabels.html b/content/jsweblabels.html @@ -1,4 +1,5 @@ <!-- title: JavaScript Web Labels --> +<!-- description: Web labels to allow users with LibreJS to run the (little) JavaScript on the site without manually whitelisting it. --> <p>This page is basically a list of all the JavaScript files I use in my website, their license and their source code. I wanted to make a completely free/libre website and although it would be free/libre even if this page didn't exist, it allows LibreJS users to run the JavaScript without having to whitelist it manually and also offers an easy way for everybody to find the source code files.</p>