commit a8fdd842b90514e78b2d4b309f1bb23c42624d61
parent 32b716ce586c3387791e2e06906bce1caad6c28a
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Wed, 19 Aug 2020 10:58:52 +0200

Add explicit slug and date to posts

Diffstat:
Mcontent/blog/2019-09-09-getting-a-domain.md | 2++
Mcontent/blog/2019-09-11-joplin.md | 2++
Mcontent/blog/2019-09-23-upgrading-providers.md | 2++
Mcontent/blog/2019-10-06-dark-theme.md | 2++
Mcontent/blog/2019-10-19-password-manager.md | 2++
Mcontent/blog/2019-10-27-ship-scrappy.md | 2++
Mcontent/blog/2019-11-04-new-host.md | 2++
Mcontent/blog/2019-11-10-deploying-website.md | 2++
Mcontent/blog/2019-11-17-lineageos-with-microg.md | 2++
Mcontent/blog/2019-11-24-backups.md | 2++
Mcontent/blog/2019-12-06-composer.md | 2++
Mcontent/blog/2019-12-15-your-corner-of-the-internet.md | 2++
Mcontent/blog/2019-12-24-new-world-of-software.md | 2++
Mcontent/blog/2020-01-12-securing-communications.md | 2++
Mcontent/blog/2020-01-17-documenting-server.md | 2++
Mcontent/blog/2020-01-25-syncthing.md | 2++
Mcontent/blog/2020-02-12-deploying-hugo-site.md | 2++
Mcontent/blog/2020-02-23-sharing-a-secret.pdc | 2++
Mcontent/blog/2020-03-01-new-domain-name.md | 2++
Mcontent/blog/2020-03-02-types-of-networks.md | 2++
Mcontent/blog/2020-03-12-lightweight-website.md | 2++
Mcontent/blog/2020-03-21-lighter-website.md | 2++
22 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/content/blog/2019-09-09-getting-a-domain.md b/content/blog/2019-09-09-getting-a-domain.md @@ -1,10 +1,12 @@ --- title: "Getting my own domain name" +slug: "getting-a-domain" categories: "Incidental" tags: [ "Personal domain", "DNS Record" ] +date: 2019-09-09 lastmod: 2020-03-01 --- diff --git a/content/blog/2019-09-11-joplin.md b/content/blog/2019-09-11-joplin.md @@ -1,5 +1,6 @@ --- title: "My note taking app: Joplin" +slug: "joplin" categories: "Technology" tags: [ "FOSS", @@ -7,6 +8,7 @@ tags: [ "Decentralization", "Apps" ] +date: 2019-09-11 lastmod: 2019-09-24 --- diff --git a/content/blog/2019-09-23-upgrading-providers.md b/content/blog/2019-09-23-upgrading-providers.md @@ -1,11 +1,13 @@ --- title: "Upgrading to privacy-conscious providers" +slug: "upgrading-providers" categories: "Technology" tags: [ "Decentralization", "Encryption", "Privacy" ] +date: 2019-09-23 lastmod: 2019-09-24 --- diff --git a/content/blog/2019-10-06-dark-theme.md b/content/blog/2019-10-06-dark-theme.md @@ -1,10 +1,12 @@ --- title: "Creating a dark theme" +slug: "dark-theme" categories: "Technology" tags: [ "CSS", "Website" ] +date: 2019-10-06 --- The first contact I had with HTML and CSS was about two years ago, when I diff --git a/content/blog/2019-10-19-password-manager.md b/content/blog/2019-10-19-password-manager.md @@ -1,10 +1,12 @@ --- title: "Switching to a password manager" +slug: "password-manager" categories: "Technology" tags: [ "Privacy", "Security" ] +date: 2019-10-19 --- Before I learned about password managers, less than a year ago, having all my diff --git a/content/blog/2019-10-27-ship-scrappy.md b/content/blog/2019-10-27-ship-scrappy.md @@ -1,7 +1,9 @@ --- title: "Ship scrappy" +slug: "ship-scrappy" categories: "Incidental" subtitle: "I just wanted to post this interesting reflexion, as I tend to make sure everything is 100% perfect before “shipping it”. In some scenarios, this can be good, since you don't want what you are …" +date: 2019-10-27 --- > The only choice is to launch before you’re ready.\ diff --git a/content/blog/2019-11-04-new-host.md b/content/blog/2019-11-04-new-host.md @@ -1,5 +1,6 @@ --- title: "New website hosting servers" +slug: "new-host" categories: "Incidental" tags: [ "Website", @@ -8,6 +9,7 @@ tags: [ "Hosting services", "Autistici/Inventati" ] +date: 2019-11-04 --- Until yesterday, this website had been hosted by [GitLab][gl] (using GitLab diff --git a/content/blog/2019-11-10-deploying-website.md b/content/blog/2019-11-10-deploying-website.md @@ -1,5 +1,6 @@ --- title: "Deploying a website using the WebDAV protocol" +slug: "deploying-website" categories: "Technology" tags: [ "WebDAV", @@ -9,6 +10,7 @@ tags: [ "davfs2", "Autistici/Inventati" ] +date: 2019-11-10 --- Now that my website is [hosted by Autistici/Inventati][hb], I can no longer diff --git a/content/blog/2019-11-17-lineageos-with-microg.md b/content/blog/2019-11-17-lineageos-with-microg.md @@ -1,5 +1,6 @@ --- title: "Switching to LineageOS with microG" +slug: "lineageos-with-microg" categories: "Technology" tags: [ "LineageOS", @@ -8,6 +9,7 @@ tags: [ "Software", "Privacy" ] +date: 2019-11-17 lastmod: 2019-11-22 --- diff --git a/content/blog/2019-11-24-backups.md b/content/blog/2019-11-24-backups.md @@ -1,5 +1,6 @@ --- title: "Backing up my computer" +slug: "backups" categories: "Technology" tags: [ "FOSS", @@ -10,6 +11,7 @@ tags: [ "Offline", "Local" ] +date: 2019-11-24 --- If you have important information on your computer, you probably back it up diff --git a/content/blog/2019-12-06-composer.md b/content/blog/2019-12-06-composer.md @@ -1,5 +1,6 @@ --- title: "Designing a composing interface" +slug: "composer" categories: "Technology" tags: [ "FOSS", @@ -8,6 +9,7 @@ tags: [ "Website" ] lastmod: 2019-12-06T01:00:00+00:00 +date: 2019-12-06 --- To write my blog posts, I use Markdown, a useful language to write simple diff --git a/content/blog/2019-12-15-your-corner-of-the-internet.md b/content/blog/2019-12-15-your-corner-of-the-internet.md @@ -1,5 +1,6 @@ --- title: "Your corner of the Internet" +slug: "your-corner-of-the-internet" categories: "Technology" tags: [ "Personal domain", @@ -10,6 +11,7 @@ tags: [ "Hugo" ] lastmod: 2019-12-06 +date: 2019-12-15 --- We tend to have online accounts across different social networks and services. diff --git a/content/blog/2019-12-24-new-world-of-software.md b/content/blog/2019-12-24-new-world-of-software.md @@ -1,10 +1,12 @@ --- title: "A new world of software" +slug: "new-world-of-software" categories: "Technology" tags: [ "FOSS", "Software" ] +date: 2019-12-24 --- As I have said before, I was a big user of big tech companies' services. I also diff --git a/content/blog/2020-01-12-securing-communications.md b/content/blog/2020-01-12-securing-communications.md @@ -1,5 +1,6 @@ --- title: "Securing communications" +slug: "securing-communications" categories: "Knowledge base" tags: [ "Cryptography", @@ -8,6 +9,7 @@ tags: [ "Security", "Encryption" ] +date: 2020-01-12 lastmod: 2020-08-10 --- diff --git a/content/blog/2020-01-17-documenting-server.md b/content/blog/2020-01-17-documenting-server.md @@ -1,5 +1,6 @@ --- title: "Documenting my server" +slug: "documenting-server" categories: "Incidental" tags: [ "Personal server", @@ -8,6 +9,7 @@ tags: [ "DIY", "Backup" ] +date: 2020-01-17 lastmod: 2020-03-01 --- diff --git a/content/blog/2020-01-25-syncthing.md b/content/blog/2020-01-25-syncthing.md @@ -1,5 +1,6 @@ --- title: "File synchronization software: Syncthing" +slug: "syncthing" categories: "Technology" tags: [ "Backup", @@ -8,6 +9,7 @@ tags: [ "Privacy", "Software" ] +date: 2020-01-25 --- [Syncthing][s] is a file synchronization program. It allows you to sync files diff --git a/content/blog/2020-02-12-deploying-hugo-site.md b/content/blog/2020-02-12-deploying-hugo-site.md @@ -1,5 +1,6 @@ --- title: "Deploying a website built with Hugo" +slug: "deploying-hugo-site" categories: "Technology" tags: [ "Personal website", @@ -8,6 +9,7 @@ tags: [ "Hosting services", "Self-hosting" ] +date: 2020-02-12 --- I have [previously talked][post] about creating a personal website, in this post diff --git a/content/blog/2020-02-23-sharing-a-secret.pdc b/content/blog/2020-02-23-sharing-a-secret.pdc @@ -1,5 +1,6 @@ --- title: "Sharing a secret" +slug: "sharing-a-secret" categories: "Knowledge base" tags: [ "Backup", @@ -8,6 +9,7 @@ tags: [ "Privacy", "Security" ] +date: 2020-02-23 --- Making a backup of a secret can be tricky. For instance: I have a lot of diff --git a/content/blog/2020-03-01-new-domain-name.md b/content/blog/2020-03-01-new-domain-name.md @@ -1,7 +1,9 @@ --- title: "New domain name: oscarbenedito.com" +slug: "new-domain-name" categories: "Incidental" tags: [ "Personal domain" ] +date: 2020-03-01 --- After a lot of thought, I have decided to change my domain to diff --git a/content/blog/2020-03-02-types-of-networks.md b/content/blog/2020-03-02-types-of-networks.md @@ -1,5 +1,6 @@ --- title: "Centralized, decentralized and distributed networks" +slug: "types-of-networks" categories: "Knowledge base" tags: [ "Networks", @@ -8,6 +9,7 @@ tags: [ "Centralization", "Distributed networks" ] +date: 2020-03-02 --- When we are trying to understand a communications network, having an approximate diff --git a/content/blog/2020-03-12-lightweight-website.md b/content/blog/2020-03-12-lightweight-website.md @@ -1,5 +1,6 @@ --- title: "A lightweight website" +slug: "lightweight-website" categories: "Technology" tags: [ "Personal domain", @@ -8,6 +9,7 @@ tags: [ "Personal website", "Website" ] +date: 2020-03-12 --- Since the start of this site, having a lightweight website has been one of my diff --git a/content/blog/2020-03-21-lighter-website.md b/content/blog/2020-03-21-lighter-website.md @@ -1,5 +1,6 @@ --- title: "A lighter website" +slug: "lighter-website" categories: "Technology" tags: [ "Personal domain", @@ -8,6 +9,7 @@ tags: [ "Personal website", "Website" ] +date: 2020-03-21 --- Following up with the [last post][post], I decided to make my website even