commit 657eb4a83d03e1b8b8256c44c53083fd1c7d91ca
parent 25d1936fd8cdf20e99053ad22223af4ce759fdbe
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Tue, 23 Jun 2020 19:27:55 +0200

Fix atom feed titles

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+-
Mcontent/blog/2020-04-07-on-not-caring-about-your-privacy.md | 2+-
Mcontent/blog/2020-04-18-use-web-feeds.md | 2+-
Mcontent/blog/2020-05-05-my-journey-through-desktop-environments.md | 2+-
Mcontent/blog/2020-05-27-blocking-connections-on-android.md | 2+-
Mcontent/blog/2020-06-23-setting-up-a-personal-git-server.md | 2+-
Mlayouts/_default/rss.xml | 2+-
28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/content/blog/2019-09-09-getting-a-domain.md b/content/blog/2019-09-09-getting-a-domain.md @@ -1,6 +1,6 @@ --- title: "Getting my own domain name" -categories: incidental +categories: "Incidental" tags: ["Personal domain", "DNS Record"] lastmod: 2020-03-01 --- diff --git a/content/blog/2019-09-11-joplin.md b/content/blog/2019-09-11-joplin.md @@ -1,6 +1,6 @@ --- title: "My note taking app: Joplin" -categories: technology +categories: "Technology" tags: ["FOSS", "Software", "Decentralization", "Apps"] 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,6 +1,6 @@ --- title: "Upgrading to privacy-conscious providers" -categories: technology +categories: "Technology" tags: ["Decentralization", "Encryption", "Privacy"] 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,6 +1,6 @@ --- title: "Creating a dark theme" -categories: technology +categories: "Technology" tags: ["CSS", "Website"] --- The first contact I had with HTML and CSS was about two years ago, when I created my first website along with a friend who already had some experience with them, as well as with JavaScript. We used a premade theme (based on [Bootstrap](https://getbootstrap.com/)), so I didn't really learn much CSS, but I started understanding what was HTML and how it worked. One year later, I wanted to design my own website and I decided to build my own theme. I looked up many CSS frameworks and ended up using [Bulma](https://bulma.io/) because of how simple it is (I didn't need many features for a personal website). It worked pretty well and I had a first contact with CSS and SASS, but when I finally finished my page and released it under my domain, I soon wanted another feature: the possibility to change to a dark theme. diff --git a/content/blog/2019-10-19-password-manager.md b/content/blog/2019-10-19-password-manager.md @@ -1,6 +1,6 @@ --- title: "Switching to a password manager" -categories: technology +categories: "Technology" tags: ["Privacy", "Security"] --- Before I learned about password managers, less than a year ago, having all my passwords on the same place sounded like a really bad idea—if someone managed to get access to "that place", they could log in to all my accounts, to my *online identity*. diff --git a/content/blog/2019-10-27-ship-scrappy.md b/content/blog/2019-10-27-ship-scrappy.md @@ -1,6 +1,6 @@ --- title: "Ship scrappy" -categories: incidental +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 …" --- > 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,6 +1,6 @@ --- title: "New website hosting servers" -categories: incidental +categories: "Incidental" tags: ["Website", "Personal website", "Personal domain", "Hosting services", "Autistici/Inventati"] --- Until yesterday, this website had been hosted by [GitLab](https://gitlab.com/) (using GitLab Pages). For some time now the fact that they used servers owned by Google bothered me, so I have been looking for a new host for a while. diff --git a/content/blog/2019-11-10-deploying-website.md b/content/blog/2019-11-10-deploying-website.md @@ -1,6 +1,6 @@ --- title: "Deploying a website using the WebDAV protocol" -categories: technology +categories: "Technology" tags: ["WebDAV", "Scripts", "rsync", "File synchronization", "davfs2", "Autistici/Inventati"] --- Now that my website is [hosted by Autistici/Inventati]({{< ref "/blog/2019-11-04-new-host.md" >}}), I can no longer deploy it by just pushing my git repository's changes to GitLab, as I used to. In order to deploy my website, I need to access the server using the WebDAV protocol. To do so, I use [davfs2](https://savannah.nongnu.org/projects/davfs2)—which mounts the WebDAV resource—so I can access it like any other folder in the filesystem. diff --git a/content/blog/2019-11-17-lineageos-with-microg.md b/content/blog/2019-11-17-lineageos-with-microg.md @@ -1,6 +1,6 @@ --- title: "Switching to LineageOS with microG" -categories: technology +categories: "Technology" tags: ["LineageOS", "microG", "FOSS", "Software", "Privacy"] lastmod: 2019-11-22 --- diff --git a/content/blog/2019-11-24-backups.md b/content/blog/2019-11-24-backups.md @@ -1,6 +1,6 @@ --- title: "Backing up my computer" -categories: technology +categories: "Technology" tags: ["FOSS", "Software", "Privacy", "File synchronization", "Backup", "Offline", "Local"] --- If you have important information on your computer, you probably back it up somehow. I used to save all my important files on Google Drive, which was convenient not only because it would make backups automatically, but because I could access my files from any computer, or even my phone without much effort. diff --git a/content/blog/2019-12-06-composer.md b/content/blog/2019-12-06-composer.md @@ -1,6 +1,6 @@ --- title: "Designing a composing interface" -categories: technology +categories: "Technology" tags: ["FOSS", "Software", "DIY", "Website"] lastmod: 2019-12-06T01:00:00+00:00 --- 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,6 +1,6 @@ --- title: "Your corner of the Internet" -categories: technology +categories: "Technology" tags: ["Personal domain", "Personal website", "Decentralization", "DIY", "Website", "Hugo"] lastmod: 2019-12-06 --- 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,6 +1,6 @@ --- title: "A new world of software" -categories: technology +categories: "Technology" tags: ["FOSS", "Software"] --- As I have said before, I was a big user of big tech companies' services. I also used macOS (and Windows before that) and proprietary software for mostly everything. I didn't really know what free[^fsw] software was and, if I was running any, it was by coincidence. diff --git a/content/blog/2020-01-12-securing-communications.md b/content/blog/2020-01-12-securing-communications.md @@ -1,6 +1,6 @@ --- title: "Securing communications" -categories: knowledge base +categories: "Knowledge base" tags: ["Cryptography", "Software", "Privacy", "Security", "Encryption"] --- We use cryptographic techniques daily without really knowing how they work, so I'm going to try and explain some basic concepts. Let's start with Wikipedia's current definition: diff --git a/content/blog/2020-01-17-documenting-server.md b/content/blog/2020-01-17-documenting-server.md @@ -1,6 +1,6 @@ --- title: "Documenting my server" -categories: incidental +categories: "Incidental" tags: ["Personal server", "VPS", "Documentation", "DIY", "Backup"] lastmod: 2020-03-01 --- diff --git a/content/blog/2020-01-25-syncthing.md b/content/blog/2020-01-25-syncthing.md @@ -1,6 +1,6 @@ --- title: "File synchronization software: Syncthing" -categories: technology +categories: "Technology" tags: ["Backup", "Decentralization", "File synchronization", "Privacy", "Software"] --- [Syncthing](https://syncthing.net/) is a file synchronization program. It allows you to sync files between computers over LAN or the Internet. It is a very simple program that just gets the job done. diff --git a/content/blog/2020-02-12-deploying-hugo-site.md b/content/blog/2020-02-12-deploying-hugo-site.md @@ -1,6 +1,6 @@ --- title: "Deploying a website built with Hugo" -categories: technology +categories: "Technology" tags: ["Personal website", "Personal domain", "Personal server", "Hosting services", "Self-hosting"] --- I have [previously talked]({{< ref "/blog/2019-12-15-your-corner-of-the-internet.md" >}}) about creating a personal website, in this post I will talk about hosting it. More specifically, I'm going to explain how to host a website built with Hugo. diff --git a/content/blog/2020-02-23-sharing-a-secret.pdc b/content/blog/2020-02-23-sharing-a-secret.pdc @@ -1,6 +1,6 @@ --- title: "Sharing a secret" -categories: knowledge base +categories: "Knowledge base" tags: ["Backup", "Cryptography", "Encryption", "Privacy", "Security"] --- Making a backup of a secret can be tricky. For instance: I have a lot of passwords stored in an encrypted file, which I can edit through my password manager. The data in that file is both very sensitive and crucial. I currently have some offline backups (which are updated every once in a while) in different locations and one online backup in case I lose access to my passwords and I am not able to go to one of the locations where other backups are kept. diff --git a/content/blog/2020-03-01-new-domain-name.md b/content/blog/2020-03-01-new-domain-name.md @@ -1,6 +1,6 @@ --- title: "New domain name: oscarbenedito.com" -categories: incidental +categories: "Incidental" tags: ["Personal domain"] --- After a lot of thought, I have decided to change my domain to [oscarbenedito.com](https://oscarbenedito.com). My website should be completely moved, however other services (including my email) are still under the obenedito.org domain, I will move them progressively when I have time to do so. diff --git a/content/blog/2020-03-02-types-of-networks.md b/content/blog/2020-03-02-types-of-networks.md @@ -1,6 +1,6 @@ --- title: "Centralized, decentralized and distributed networks" -categories: knowledge base +categories: "Knowledge base" tags: ["Networks", "Communications", "Decentralization", "Centralization", "Distributed networks"] --- When we are trying to understand a communications network, having an approximate image of how the network operates can be very valuable. Do all communications go through the same node? Is there a central authority? Can nodes communicate directly with each other? Depending on how the network operates, we can classify it as centralized, decentralized or distributed. diff --git a/content/blog/2020-03-12-lightweight-website.md b/content/blog/2020-03-12-lightweight-website.md @@ -1,6 +1,6 @@ --- title: "A lightweight website" -categories: technology +categories: "Technology" tags: ["Personal domain", "CSS", "Hugo", "Personal website", "Website"] --- Since the start of this site, having a lightweight website has been one of my priorities. Every file served has been minimized, you won't see any pictures that aren't vector graphics (except for the `favicon.ico` file) and users don't need to download fonts or JavaScript libraries. On top of that, the amount of JavaScript required is minimum. Indeed, as of right now, the only JS that runs is a very simple function to toggle the theme and another one to open the navigation menu on small screens. That results in super lightweight pages, which keeps the loading time to a minimum and reduces the bandwidth usage of the server. diff --git a/content/blog/2020-03-21-lighter-website.md b/content/blog/2020-03-21-lighter-website.md @@ -1,6 +1,6 @@ --- title: "A lighter website" -categories: technology +categories: "Technology" tags: ["Personal domain", "CSS", "Hugo", "Personal website", "Website"] --- Following up with the [last post]({{< ref "/blog/2020-03-12-lightweight-website.md" >}}), I decided to make my website even faster (which probably doesn't make a difference anymore). diff --git a/content/blog/2020-04-07-on-not-caring-about-your-privacy.md b/content/blog/2020-04-07-on-not-caring-about-your-privacy.md @@ -1,7 +1,7 @@ --- title: "On not caring about your privacy" slug: "on-not-caring-about-your-privacy" -categories: incidental +categories: "Incidental" tags: ["Privacy"] date: 2020-04-07T16:17:00+00:00 --- diff --git a/content/blog/2020-04-18-use-web-feeds.md b/content/blog/2020-04-18-use-web-feeds.md @@ -1,7 +1,7 @@ --- title: "Use web feeds!" slug: "use-web-feeds" -categories: technology +categories: "Technology" tags: ["Decentralization", "Personal website", "Privacy", "Website"] date: 2020-04-18T14:59:00+00:00 --- diff --git a/content/blog/2020-05-05-my-journey-through-desktop-environments.md b/content/blog/2020-05-05-my-journey-through-desktop-environments.md @@ -1,7 +1,7 @@ --- title: "My journey through desktop environments" slug: "my-journey-through-desktop-environments" -categories: technology +categories: "Technology" tags: ["Decentralization", "Personal website", "Privacy", "Website"] date: 2020-05-05T19:26:00+00:00 lastmod: 2020-05-06T07:52:00+00:00 diff --git a/content/blog/2020-05-27-blocking-connections-on-android.md b/content/blog/2020-05-27-blocking-connections-on-android.md @@ -1,7 +1,7 @@ --- title: "Blocking connections on Android" slug: "blocking-connections-on-android" -categories: technology +categories: "Technology" tags: ["Decentralization", "Personal website", "Privacy", "Website"] date: 2020-05-27T19:01:00+00:00 --- diff --git a/content/blog/2020-06-23-setting-up-a-personal-git-server.md b/content/blog/2020-06-23-setting-up-a-personal-git-server.md @@ -1,7 +1,7 @@ --- title: "Setting up a personal Git server" slug: "setting-up-a-personal-git-server" -categories: technology +categories: "Technology" tags: [ "Decentralization", "Git", diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml @@ -12,7 +12,7 @@ {{- end -}} {{- printf "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }} <feed xmlns="http://www.w3.org/2005/Atom"> - <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ .Site.Title }}{{ end }}</title> + <title>{{ if eq .Title "Personal blog" }}Oscar's Blog{{ else }}{{ with .Title }}{{ . }} on {{ end }}Oscar's Blog{{ end }}</title> <link href="{{ .Permalink }}index.xml" rel="self"/> <link href="{{ .Permalink }}" rel="alternate"/>{{ if not .Date.IsZero }} <updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>{{ end }}