diff --git a/content/posts/adding-time-to-my-blogs-statistics/index.md b/content/posts/adding-time-to-my-blogs-statistics/index.md index be40858..7222cdb 100644 --- a/content/posts/adding-time-to-my-blogs-statistics/index.md +++ b/content/posts/adding-time-to-my-blogs-statistics/index.md @@ -3,6 +3,7 @@ title: "Adding Time to my Blog's Statistics" tags: ['analytics', 'blog', 'self-hosting'] date: 2020-06-15T16:27:27+00:00 aliases: ["/adding-time-to-my-blogs-statistics"] +canonicalURL: "/adding-time-to-my-blogs-statistics" --- {{< img src="9.png" alt="Two Grafana graphs: one to view the raw view counts evolving, the other to display the difference between two data points" >}} diff --git a/content/posts/automate-bug-findings-with-git/index.md b/content/posts/automate-bug-findings-with-git/index.md index 3c145ac..a71cf8b 100644 --- a/content/posts/automate-bug-findings-with-git/index.md +++ b/content/posts/automate-bug-findings-with-git/index.md @@ -3,6 +3,7 @@ title: "Automate bug findings with git" tags: ['bisect', 'bugs', 'git'] date: 2021-12-22T22:08:07.191735+00:00 aliases: ["/automate-bug-findings-with-git"] +canonicalURL: "/automate-bug-findings-with-git" --- ## πŸ” Git bisect diff --git a/content/posts/bitwarden-and-password-managers/index.md b/content/posts/bitwarden-and-password-managers/index.md index 25c1adf..56c0e13 100644 --- a/content/posts/bitwarden-and-password-managers/index.md +++ b/content/posts/bitwarden-and-password-managers/index.md @@ -3,6 +3,7 @@ title: "Bitwarden and Password Managers" tags: ['free software', 'passwords', 'passwords manager'] date: 2020-06-05T15:10:47+00:00 aliases: ["/bitwarden-and-password-managers"] +canonicalURL: "/bitwarden-and-password-managers" --- [TL;DR](https://en.wiktionary.org/wiki/tl;dr): I use a password manager and you should too. [Bitwarden](http://bitwarden.com/) is a Free Software alternative. diff --git a/content/posts/blog-platform-update-quick-note/index.md b/content/posts/blog-platform-update-quick-note/index.md index 694b073..7c8e5ef 100644 --- a/content/posts/blog-platform-update-quick-note/index.md +++ b/content/posts/blog-platform-update-quick-note/index.md @@ -3,6 +3,7 @@ title: "Blog platform update - Quick note" tags: ['blog', 'self-hosting'] date: 2020-08-17T15:45:55+00:00 aliases: ["/blog-platform-update-quick-note"] +canonicalURL: "/blog-platform-update-quick-note" --- I just moved from Writefreely to a custom made blog engine. Writefreely is great but I wanted more control over every bit of the template and style and I couldn't easily achieve what I wanted. diff --git a/content/posts/blog-statistics-part-2/index.md b/content/posts/blog-statistics-part-2/index.md index 9f0721d..9dbd093 100644 --- a/content/posts/blog-statistics-part-2/index.md +++ b/content/posts/blog-statistics-part-2/index.md @@ -3,6 +3,7 @@ title: "Blog Statistics, Part 2" tags: ['analytics', 'blog', 'self-hosting'] date: 2020-06-26T15:34:46+00:00 aliases: ["/blog-statistics-part-2"] +canonicalURL: "/blog-statistics-part-2" --- In a [recent post]({{< ref "adding-time-to-my-blogs-statistics" >}}), I talked about how I tracked my posts views over time using Grafana and InfluxDB. diff --git a/content/posts/certificates-chain-correct-order/index.md b/content/posts/certificates-chain-correct-order/index.md index 9dac5dd..3a6e0d1 100644 --- a/content/posts/certificates-chain-correct-order/index.md +++ b/content/posts/certificates-chain-correct-order/index.md @@ -3,6 +3,7 @@ title: "Certificates chain correct order" tags: ['Certificates', 'OpenSSL', 'Quick Note', 'TLS'] date: 2022-08-04T09:35:07.590872+00:00 aliases: ["/certificates-chain-correct-order"] +canonicalURL: "/certificates-chain-correct-order" summary: Certificates in a chain file should start with the β€œfinal” certificate (the cert issued to you). Each following certificate should be the issuer of the previous one. --- Making honor to the name of this blog, here's a very quick note for my future self. diff --git a/content/posts/chowning-files-dockerfile-can-take-lot-space/index.md b/content/posts/chowning-files-dockerfile-can-take-lot-space/index.md index ae56b0b..ee6dece 100644 --- a/content/posts/chowning-files-dockerfile-can-take-lot-space/index.md +++ b/content/posts/chowning-files-dockerfile-can-take-lot-space/index.md @@ -3,6 +3,7 @@ title: "Chowning files can take a lot of space in a Docker image" tags: ['Docker', 'ITSF', 'chown', 'history', 'layer', 'multi-stage builds'] date: 2021-03-02T16:21:06.172437+00:00 aliases: ["/chowning-files-dockerfile-can-take-lot-space"] +canonicalURL: "/chowning-files-dockerfile-can-take-lot-space" --- Today I learned that recursively changing the owner of a directory tree in a Dockerfile can result in some serious increase in image size. diff --git a/content/posts/cleantoots-clean-your-toot-history/index.md b/content/posts/cleantoots-clean-your-toot-history/index.md index 5f7c915..fd31aea 100644 --- a/content/posts/cleantoots-clean-your-toot-history/index.md +++ b/content/posts/cleantoots-clean-your-toot-history/index.md @@ -3,6 +3,7 @@ title: "Cleantoots - Clean Your Toot History" tags: ['cleanup', 'history', 'mastodon', 'toots'] date: 2020-05-25T17:08:28+00:00 aliases: ["/cleantoots-clean-your-toot-history"] +canonicalURL: "/cleantoots-clean-your-toot-history" --- Since I consider my messages on social media to be valid at the moment they're posted, I like to have them deleted after some time. When I still used Twitter, I also used a CLI tool called [cleantweets](https://github.com/magnusnissel/cleantweets) that helped with this. diff --git a/content/posts/codingame-spring-challenge-2020-pacman/index.md b/content/posts/codingame-spring-challenge-2020-pacman/index.md index bbd5803..f3ba3e3 100644 --- a/content/posts/codingame-spring-challenge-2020-pacman/index.md +++ b/content/posts/codingame-spring-challenge-2020-pacman/index.md @@ -3,6 +3,7 @@ title: "CodinGame Spring Challenge 2020 - Pacman" tags: ['challenge', 'codingame', 'programming'] date: 2020-05-21T19:13:49+00:00 aliases: ["/codingame-spring-challenge-2020-pacman"] +canonicalURL: "/codingame-spring-challenge-2020-pacman" --- I participated in the [latest CodinGame challenge](https://www.codingame.com/multiplayer/bot-programming/spring-challenge-2020) and quickly got out of the beginner's league. In this article, I'll explain my approach. diff --git a/content/posts/create-a-csr/index.md b/content/posts/create-a-csr/index.md index 8349d53..c872807 100644 --- a/content/posts/create-a-csr/index.md +++ b/content/posts/create-a-csr/index.md @@ -3,6 +3,7 @@ title: "Create a CSR with SAN" tags: ['Certificates', 'OpenSSL', 'Quick Note', 'TLS'] date: 2022-12-20T13:56:56.467033+00:00 aliases: ["/create-a-csr"] +canonicalURL: "/create-a-csr" summary: How to generate a CSR for a basic certificate supported by modern browsers --- Another quick note today: how to generate a CSR for a basic certificate supported by modern browsers (includes `Subject Alternative Name`). diff --git a/content/posts/demo-example-should-never-be-published/index.md b/content/posts/demo-example-should-never-be-published/index.md index 7314f18..d512f11 100644 --- a/content/posts/demo-example-should-never-be-published/index.md +++ b/content/posts/demo-example-should-never-be-published/index.md @@ -3,6 +3,7 @@ title: "Demo post" tags: [some tag, another tag] date: 2021-01-03T18:08:52.170212+00:00 aliases: ["/example-should-never-be-published"] +canonicalURL: "/example-should-never-be-published" draft: true showtoc: true description: This is a demo post diff --git a/content/posts/designing-and-3d-printing-a-wall-mount-for-my-isp-modem/index.md b/content/posts/designing-and-3d-printing-a-wall-mount-for-my-isp-modem/index.md index ba9e608..7bff101 100644 --- a/content/posts/designing-and-3d-printing-a-wall-mount-for-my-isp-modem/index.md +++ b/content/posts/designing-and-3d-printing-a-wall-mount-for-my-isp-modem/index.md @@ -3,6 +3,7 @@ title: "Designing and 3D Printing a Wall Mount for my ISP Modem" tags: ['3D printing', 'CAD', 'FreeCAD', 'Freebox', 'wall mounting'] date: 2020-08-13T21:38:37+00:00 aliases: ["/designing-and-3d-printing-a-wall-mount-for-my-isp-modem"] +canonicalURL: "/designing-and-3d-printing-a-wall-mount-for-my-isp-modem" --- I recently moved to a new apartment and now I have a little closet which contains the electrical board. It's also where the optical fiber comes in and so it's where I put my ISP-provided modem. diff --git a/content/posts/docker-images-layers-and-cache/index.md b/content/posts/docker-images-layers-and-cache/index.md index b494439..69b7668 100644 --- a/content/posts/docker-images-layers-and-cache/index.md +++ b/content/posts/docker-images-layers-and-cache/index.md @@ -3,6 +3,7 @@ title: "Docker images layers and cache" tags: ['Docker', 'cache', 'layer'] date: 2020-12-28T07:55:41.393608+00:00 aliases: ["/docker-images-layers-and-cache"] +canonicalURL: "/docker-images-layers-and-cache" --- In this post, we'll walk through Docker image layers and the caching around them from the point of view of a Docker user. I'll assume you're already familiar with Dockerfiles and Docker concepts in general. diff --git a/content/posts/french-youtube-channel-recommendation/index.md b/content/posts/french-youtube-channel-recommendation/index.md index 5baac1c..6dceabf 100644 --- a/content/posts/french-youtube-channel-recommendation/index.md +++ b/content/posts/french-youtube-channel-recommendation/index.md @@ -3,6 +3,7 @@ title: "Chat Sceptique (French YouTube Channel)" tags: [] date: 2020-06-21T10:18:08.406375+00:00 aliases: ["/french-youtube-channel-recommendation"] +canonicalURL: "/french-youtube-channel-recommendation" --- Today's very quick post is a recommendation to a french YouTube channel. It's called [Chat Sceptique](https://www.youtube.com/channel/UCOuIgj0CYCXCvjWywjDbauw) and features a statistician popularizing many different topics related to statistics. diff --git a/content/posts/how-to-subscribe/index.md b/content/posts/how-to-subscribe/index.md index 808a5a6..7f40e2a 100644 --- a/content/posts/how-to-subscribe/index.md +++ b/content/posts/how-to-subscribe/index.md @@ -3,6 +3,7 @@ title: "How to subscribe" tags: [] date: 2020-05-14T10:18:31+00:00 aliases: ["/how-to-subscribe"] +canonicalURL: "/how-to-subscribe" --- This blog offers an [RSS](https://en.wikipedia.org/wiki/RSS) feed. diff --git a/content/posts/how-use-pipx-pyenv/index.md b/content/posts/how-use-pipx-pyenv/index.md index c97674f..512154f 100644 --- a/content/posts/how-use-pipx-pyenv/index.md +++ b/content/posts/how-use-pipx-pyenv/index.md @@ -3,6 +3,7 @@ title: "How to use pipx with pyenv" tags: ['pipx', 'pyenv', 'python'] date: 2020-12-30T08:40:58.362871+00:00 aliases: ["/how-use-pipx-pyenv"] +canonicalURL: "/how-use-pipx-pyenv" --- ## πŸ‘¨πŸ»β€πŸ’» TL;DR diff --git a/content/posts/i-needed-a-budget-with-four-rules/index.md b/content/posts/i-needed-a-budget-with-four-rules/index.md index 15ec891..66375ad 100644 --- a/content/posts/i-needed-a-budget-with-four-rules/index.md +++ b/content/posts/i-needed-a-budget-with-four-rules/index.md @@ -3,6 +3,7 @@ title: "I Needed a Budget, With Four Rules" tags: ['YNAB', 'budgeting', 'four rules', 'personal finances'] date: 2020-06-25T16:05:51+00:00 aliases: ["/i-needed-a-budget-with-four-rules"] +canonicalURL: "/i-needed-a-budget-with-four-rules" --- In January 2020, I discovered a budget app called You Need A Budget ([YNAB](https://youneedabudget.com/)). I've been using it since then and I'm very happy with it, here's why. diff --git a/content/posts/im-starting-a-blog/index.md b/content/posts/im-starting-a-blog/index.md index 511f711..b91bad3 100644 --- a/content/posts/im-starting-a-blog/index.md +++ b/content/posts/im-starting-a-blog/index.md @@ -3,6 +3,7 @@ title: "I'm starting a blog" tags: ['blog', 'introduction'] date: 2020-05-12T10:39:41.193174+00:00 aliases: ["/im-starting-a-blog"] +canonicalURL: "/im-starting-a-blog" --- I came up across two posts recently that got me thinking: diff --git a/content/posts/lighten-your-python-image-docker-multi-stage-builds/index.md b/content/posts/lighten-your-python-image-docker-multi-stage-builds/index.md index c830905..dbffe32 100644 --- a/content/posts/lighten-your-python-image-docker-multi-stage-builds/index.md +++ b/content/posts/lighten-your-python-image-docker-multi-stage-builds/index.md @@ -3,6 +3,7 @@ title: "Lighten your Python image with Docker multi-stage builds" tags: ['Docker', 'multi-stage builds', 'poetry', 'python'] date: 2021-01-02T10:37:29.021773+00:00 aliases: ["/lighten-your-python-image-docker-multi-stage-builds"] +canonicalURL: "/lighten-your-python-image-docker-multi-stage-builds" --- In previous posts we talked about [poetry]({{< ref "poetry-python-dependencies-management" >}}) and [Docker images layers]({{< ref "docker-images-layers-and-cache" >}}) and I promised I would write about Docker multi-stage builds, so here we go! diff --git a/content/posts/migration-complete/index.md b/content/posts/migration-complete/index.md index 1631baf..35ff49d 100644 --- a/content/posts/migration-complete/index.md +++ b/content/posts/migration-complete/index.md @@ -3,6 +3,7 @@ title: "Migration complete" tags: ['blog', 'self-hosting'] date: 2020-11-11T07:38:24.261889+00:00 aliases: ["/migration-complete"] +canonicalURL: "/migration-complete" --- I just moved this blog to my self-hosted server at home. Hopefully nothing is broken but if you see something strange or missing, please [contact me]({{< ref "/about" >}})! πŸ˜ƒ diff --git a/content/posts/my-setup-at-home-12-2021-update/index.md b/content/posts/my-setup-at-home-12-2021-update/index.md index 9d9e23b..e43e5db 100644 --- a/content/posts/my-setup-at-home-12-2021-update/index.md +++ b/content/posts/my-setup-at-home-12-2021-update/index.md @@ -3,6 +3,7 @@ title: "My Setup at Home (12/2021 update)" tags: ['devices', 'self-hosting'] date: 2021-12-28T09:33:00.205309+00:00 aliases: ["/my-setup-at-home-12-2021-update"] +canonicalURL: "/my-setup-at-home-12-2021-update" summary: Here's the tech I use at home and what for. --- In this post, I'm presenting my updated setup at home. The [previous version]({{< ref "my-setup-at-home/" >}}) was from May 2020. diff --git a/content/posts/my-setup-at-home/index.md b/content/posts/my-setup-at-home/index.md index 93b1fb8..ce14d36 100644 --- a/content/posts/my-setup-at-home/index.md +++ b/content/posts/my-setup-at-home/index.md @@ -3,6 +3,7 @@ title: "My Setup at Home" tags: ['self-hosting'] date: 2020-05-13T11:32:31+00:00 aliases: ["/my-setup-at-home"] +canonicalURL: "/my-setup-at-home" --- This post will serve as an introduction to others that will follow. I will try to remember to update this publication to add a reference to the new ones but I can't promise I won't forget. Meanwhile, feel free to use the tags at the end to scroll through related articles. diff --git a/content/posts/optimize-large-django-migrations/index.md b/content/posts/optimize-large-django-migrations/index.md index c16ea70..c6087c7 100644 --- a/content/posts/optimize-large-django-migrations/index.md +++ b/content/posts/optimize-large-django-migrations/index.md @@ -3,6 +3,7 @@ title: "Optimize large Django migrations" tags: ['Django', 'ITSF', 'python'] date: 2022-03-31T19:50:35.048724+00:00 aliases: ["/optimize-large-django-migrations"] +canonicalURL: "/optimize-large-django-migrations" summary: Sometimes more is less. description: Sometimes more is less. --- diff --git a/content/posts/pi-hole/index.md b/content/posts/pi-hole/index.md index 3e2c878..9817d2d 100644 --- a/content/posts/pi-hole/index.md +++ b/content/posts/pi-hole/index.md @@ -3,6 +3,7 @@ title: "Pi Hole" tags: ['DNS', 'Raspberry Pi', 'self-hosting'] date: 2020-05-28T15:54:13+00:00 aliases: ["/pi-hole"] +canonicalURL: "/pi-hole" --- {{< note class="info" title="πŸ‘΄ Old post" >}} I don't use Pi Hole anymore but this post should still be relevant. I've switched to [AdGuard](https://adguard.com/en/welcome.html). There is an easy to install Home Assistant addon available and it allows me to easily configure local-only DNS entries. diff --git a/content/posts/pip-tools-for-python-dependencies-management/index.md b/content/posts/pip-tools-for-python-dependencies-management/index.md index 7e5dbd5..5bca17d 100644 --- a/content/posts/pip-tools-for-python-dependencies-management/index.md +++ b/content/posts/pip-tools-for-python-dependencies-management/index.md @@ -3,6 +3,7 @@ title: "pip-tools for Python dependencies management" tags: ['dependencies', 'pip-tools', 'python'] date: 2023-03-02T13:07:26.381756+00:00 aliases: ["/pip-tools-for-python-dependencies-management"] +canonicalURL: "/pip-tools-for-python-dependencies-management" description: "Here's how and why I use pip-tools for my side-projects." summary: "Here's how and why I use pip-tools for my side-projects." --- diff --git a/content/posts/poetry-python-dependencies-management/index.md b/content/posts/poetry-python-dependencies-management/index.md index 60b0d21..e249bff 100644 --- a/content/posts/poetry-python-dependencies-management/index.md +++ b/content/posts/poetry-python-dependencies-management/index.md @@ -3,6 +3,7 @@ title: "Poetry for Python dependencies management" tags: ['ITSF', 'dependencies', 'poetry', 'python'] date: 2020-12-30T20:44:05.549630+00:00 aliases: ["/poetry-python-dependencies-management"] +canonicalURL: "/poetry-python-dependencies-management" --- At [ITSF](https://itsf.io), teams using the same languages/frameworks regularly meet to share experience and decide on common guidelines. With the Python teams, we recently decided to change our dependencies management system to something more robust because we were not satisfied with `pip` alone. diff --git a/content/posts/raspberry-pi/index.md b/content/posts/raspberry-pi/index.md index 19f24f1..5b6deaf 100644 --- a/content/posts/raspberry-pi/index.md +++ b/content/posts/raspberry-pi/index.md @@ -3,6 +3,7 @@ title: "Raspberry Pi" tags: ['Raspberry Pi', 'backup', 'monitoring', 'self-hosting'] date: 2020-05-16T14:43:38+00:00 aliases: ["/raspberry-pi"] +canonicalURL: "/raspberry-pi" --- {{< note class="info" title="πŸ‘΄ Old post" >}} This post has grown old and I now don't use my Raspberry Pi like this anymore. diff --git a/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md b/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md index 4727cb0..75a6495 100644 --- a/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md +++ b/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md @@ -3,6 +3,7 @@ title: "Reduce your page load time with htmx in less than an hour" tags: ['Django', 'Javascript', 'frontend', 'programming', 'python'] date: 2022-09-26T11:49:45.812120+00:00 aliases: ["/reduce-your-page-load-time-with-htmx-in-less-than-an-hour"] +canonicalURL: "/reduce-your-page-load-time-with-htmx-in-less-than-an-hour" summary: HTMX is a wonderful piece of technology for backend developers who don't want to write frontend code but still provide nice UX. --- ## Presentation diff --git a/content/posts/releasing-my-works-into-the-public-domain/index.md b/content/posts/releasing-my-works-into-the-public-domain/index.md index da22eb3..770f9ac 100644 --- a/content/posts/releasing-my-works-into-the-public-domain/index.md +++ b/content/posts/releasing-my-works-into-the-public-domain/index.md @@ -3,6 +3,7 @@ title: "Releasing my works into the public domain" tags: ['commons', 'free software', 'licensing'] date: 2022-01-02T15:40:02.921181+00:00 aliases: ["/releasing-my-works-into-the-public-domain"] +canonicalURL: "/releasing-my-works-into-the-public-domain" summary: All my existing software projects and the articles in this blog have been released into the public domain. --- ## Context diff --git a/content/posts/replacing-my-synology-nas-with-a-self-built-server/index.md b/content/posts/replacing-my-synology-nas-with-a-self-built-server/index.md index f560adc..f2d9c26 100644 --- a/content/posts/replacing-my-synology-nas-with-a-self-built-server/index.md +++ b/content/posts/replacing-my-synology-nas-with-a-self-built-server/index.md @@ -3,6 +3,7 @@ title: "Replacing my Synology NAS with a self-built server" tags: ['FreeBSD', 'FreeNAS', 'NAS', 'TrueNAS', 'self-hosting', 'server'] date: 2020-11-11T12:31:38.826817+00:00 aliases: ["/replacing-my-synology-nas-with-a-self-built-server"] +canonicalURL: "/replacing-my-synology-nas-with-a-self-built-server" --- {{< note class="info" title="πŸ‘΄ Old post" >}} I don't use TrueNAS anymore but I still have this machine and I even upgraded the RAM to a more comfortable 56GB. diff --git a/content/posts/setup-rtx-with-direnv-for-python/index.md b/content/posts/setup-rtx-with-direnv-for-python/index.md index 4c221de..7f4441d 100644 --- a/content/posts/setup-rtx-with-direnv-for-python/index.md +++ b/content/posts/setup-rtx-with-direnv-for-python/index.md @@ -3,6 +3,7 @@ title: "Setup rtx with direnv for Python" tags: ['development', 'python', 'shell', 'virtualenv'] date: 2023-02-28T23:58:39.540937+00:00 aliases: ["/setup-rtx-with-direnv-for-python"] +canonicalURL: "/setup-rtx-with-direnv-for-python" description: Improve startup time and simplify your PATH summary: Improve startup time and simplify your PATH --- diff --git a/content/posts/sourcehut/index.md b/content/posts/sourcehut/index.md index bfeb8dc..af4054b 100644 --- a/content/posts/sourcehut/index.md +++ b/content/posts/sourcehut/index.md @@ -3,6 +3,7 @@ title: "Sourcehut" tags: ['GitHub alternative', 'git', 'software forge'] date: 2020-07-01T20:26:41+00:00 aliases: ["/sourcehut"] +canonicalURL: "/sourcehut" --- {{< note class="info" title="πŸ§“πŸ» Old post" >}} This post is quite old now. Since then, I've moved my git repositories to a self-hosted [gitea](https://gitea.io/) instance and I cancelled my subscription. I still stand behind this post though. Sourcehut is a solid git forge and keeps improving. diff --git a/content/posts/synology-nas-stream-and-backup/index.md b/content/posts/synology-nas-stream-and-backup/index.md index fe7886d..249c379 100644 --- a/content/posts/synology-nas-stream-and-backup/index.md +++ b/content/posts/synology-nas-stream-and-backup/index.md @@ -3,6 +3,7 @@ title: "Synology NAS: Stream & Backup" tags: ['NAS', 'Plex', 'Raspberry Pi', 'Synology', 'backup', 'self-hosting', 'streaming', 'time machine'] date: 2020-05-14T05:46:00+00:00 aliases: ["/synology-nas-stream-and-backup"] +canonicalURL: "/synology-nas-stream-and-backup" --- This is the third issue of my #100DaysToOffload diff --git a/content/posts/to-a-new-adventure/index.md b/content/posts/to-a-new-adventure/index.md index 3c8ae57..6fc03ff 100644 --- a/content/posts/to-a-new-adventure/index.md +++ b/content/posts/to-a-new-adventure/index.md @@ -2,6 +2,7 @@ title: "To a new adventure!" date: 2023-03-24T11:01:05.142656+00:00 aliases: ["/to-a-new-adventure"] +canonicalURL: "/to-a-new-adventure" tags: ['Career', 'OVH', 'OVHcloud', 'Work'] # Keep them short diff --git a/content/posts/upgraded-writefreely-quick-note/index.md b/content/posts/upgraded-writefreely-quick-note/index.md index e60a430..a86f60c 100644 --- a/content/posts/upgraded-writefreely-quick-note/index.md +++ b/content/posts/upgraded-writefreely-quick-note/index.md @@ -3,6 +3,7 @@ title: "Upgraded writefreely - Quick Note" tags: [] date: 2020-05-15T17:27:49.451539+00:00 aliases: ["/upgraded-writefreely-quick-note"] +canonicalURL: "/upgraded-writefreely-quick-note" --- I upgraded [writefreely](https://github.com/writeas/writefreely) (the software that powers this blog) to get a fix making my #100DaysToOffload tags now clickable (they were previously not). So I'll stop adding the HundredDaysToOffload tag which was there as a temporary workaround. diff --git a/content/posts/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication/index.md b/content/posts/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication/index.md index fada635..6a22ac1 100644 --- a/content/posts/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication/index.md +++ b/content/posts/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication/index.md @@ -3,6 +3,7 @@ title: "Using Your YubiKey With SSH and Achieving Multifactor Authentication" tags: ['ssh', 'yubikey'] date: 2020-05-18T19:07:08+00:00 aliases: ["/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication"] +canonicalURL: "/using-your-yubikey-with-ssh-and-achieving-multifactor-authentication" --- In my [introductory article]({{< ref "im-starting-a-blog" >}}), I teased about using SSH with a YubiKey. Here's the post that expands on the idea. diff --git a/content/posts/youtube-on-apple-tv/index.md b/content/posts/youtube-on-apple-tv/index.md index 2a94e6c..f4b40a5 100644 --- a/content/posts/youtube-on-apple-tv/index.md +++ b/content/posts/youtube-on-apple-tv/index.md @@ -3,6 +3,7 @@ title: "YouTube on Apple TV" tags: ['apple tv', 'homepod', 'rant', 'youtube'] date: 2020-05-15T11:22:59+00:00 aliases: ["/youtube-on-apple-tv"] +canonicalURL: "/youtube-on-apple-tv" --- Today's post will mostly be me ranting about the YouTube app on Apple TV. See, I have a pretty typical Apple user setup for my TV (and as you'll maybe learn in future posts, it's not only for the TV). I have: