From 535935e0a0103fc935126e4a45ead75c50bb2e7f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 13 Mar 2022 12:09:43 +0100 Subject: [PATCH] fix aliases --- config.yml | 2 +- .../2020/ansible-and-the-relations-to-the-inventory/index.md | 2 +- content/posts/2020/color-palettes-on-gbc-and-gba/index.md | 2 +- .../posts/2020/create-a-static-site-hosting-platform/index.md | 2 +- .../2020/docker-port-publishing-for-localhost-bindings/index.md | 2 +- content/posts/2020/modernize-a-game-boy-advance/index.md | 2 +- .../2020/run-arm32-docker-daemon-on-arm64-servers/index.md | 2 +- content/posts/2020/welcome/index.md | 2 +- content/posts/2021/toolbox-1-direnv/index.md | 2 +- content/posts/2021/toolbox-2-git-plus/index.md | 2 +- content/posts/2022/ssl-certificate-monitoring-pitfalls/index.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config.yml b/config.yml index 0a5e979..d0db927 100644 --- a/config.yml +++ b/config.yml @@ -18,7 +18,7 @@ markup: endLevel: 9 permalinks: - posts: /:year/:month/:title/ + posts: /posts/:year/:month/:title/ taxonomies: author: authors diff --git a/content/posts/2020/ansible-and-the-relations-to-the-inventory/index.md b/content/posts/2020/ansible-and-the-relations-to-the-inventory/index.md index be0f1e2..9cd0c05 100644 --- a/content/posts/2020/ansible-and-the-relations-to-the-inventory/index.md +++ b/content/posts/2020/ansible-and-the-relations-to-the-inventory/index.md @@ -2,7 +2,7 @@ title: "Ansible and the relations to the inventory" date: 2020-08-03T22:45:00+02:00 aliases: - - /ansible-and-the-relations-to-the-inventory/ + - /posts/ansible-and-the-relations-to-the-inventory/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/color-palettes-on-gbc-and-gba/index.md b/content/posts/2020/color-palettes-on-gbc-and-gba/index.md index 76fdd13..e233cf4 100644 --- a/content/posts/2020/color-palettes-on-gbc-and-gba/index.md +++ b/content/posts/2020/color-palettes-on-gbc-and-gba/index.md @@ -2,7 +2,7 @@ title: "Color palettes on Game Boy Color and Advance" date: 2020-09-15T21:45:00+02:00 aliases: - - /color-palettes-on-gbc-and-gba/ + - /posts/color-palettes-on-gbc-and-gba/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/create-a-static-site-hosting-platform/index.md b/content/posts/2020/create-a-static-site-hosting-platform/index.md index 5702609..fecc18f 100644 --- a/content/posts/2020/create-a-static-site-hosting-platform/index.md +++ b/content/posts/2020/create-a-static-site-hosting-platform/index.md @@ -2,7 +2,7 @@ title: "Create a static site hosting platform" date: 2020-07-30T01:05:00+02:00 aliases: - - /create-a-static-site-hosting-platform/ + - /posts/create-a-static-site-hosting-platform/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md b/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md index c129849..a85b2d2 100644 --- a/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md +++ b/content/posts/2020/docker-port-publishing-for-localhost-bindings/index.md @@ -2,7 +2,7 @@ title: "Docker port publishing for localhost bindings" date: 2020-09-08T22:15:00+02:00 aliases: - - /docker-port-publishing-for-localhost-bindings/ + - /posts/docker-port-publishing-for-localhost-bindings/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/modernize-a-game-boy-advance/index.md b/content/posts/2020/modernize-a-game-boy-advance/index.md index 35279a3..b5d863a 100644 --- a/content/posts/2020/modernize-a-game-boy-advance/index.md +++ b/content/posts/2020/modernize-a-game-boy-advance/index.md @@ -2,7 +2,7 @@ title: "How to modernize a Game Boy" date: 2020-09-13T23:45:00+02:00 aliases: - - /modernize-a-game-boy-advance/ + - /posts/modernize-a-game-boy-advance/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/run-arm32-docker-daemon-on-arm64-servers/index.md b/content/posts/2020/run-arm32-docker-daemon-on-arm64-servers/index.md index 72af2b5..d9c3751 100644 --- a/content/posts/2020/run-arm32-docker-daemon-on-arm64-servers/index.md +++ b/content/posts/2020/run-arm32-docker-daemon-on-arm64-servers/index.md @@ -2,7 +2,7 @@ title: "Run an ARM32 Docker daemon on ARM64 servers" date: 2020-09-24T10:30:00+02:00 aliases: - - /run-arm32-docker-daemon-on-arm64-servers/ + - /posts/run-arm32-docker-daemon-on-arm64-servers/ authors: - robert-kaussow tags: diff --git a/content/posts/2020/welcome/index.md b/content/posts/2020/welcome/index.md index b496ab7..c87bb26 100644 --- a/content/posts/2020/welcome/index.md +++ b/content/posts/2020/welcome/index.md @@ -2,7 +2,7 @@ title: "Welcome (back)" date: 2020-07-21T23:00:08+02:00 aliases: - - /welcome/ + - /posts/welcome/ authors: - robert-kaussow tags: diff --git a/content/posts/2021/toolbox-1-direnv/index.md b/content/posts/2021/toolbox-1-direnv/index.md index f2090b8..631fb08 100644 --- a/content/posts/2021/toolbox-1-direnv/index.md +++ b/content/posts/2021/toolbox-1-direnv/index.md @@ -2,7 +2,7 @@ title: "Toolbox 1: direnv" date: 2021-05-17T21:24:00+01:00 aliases: - - /toolbox-1-direnv/ + - /posts/toolbox-1-direnv/ authors: - robert-kaussow tags: diff --git a/content/posts/2021/toolbox-2-git-plus/index.md b/content/posts/2021/toolbox-2-git-plus/index.md index 39d77f8..3cc1ce4 100644 --- a/content/posts/2021/toolbox-2-git-plus/index.md +++ b/content/posts/2021/toolbox-2-git-plus/index.md @@ -2,7 +2,7 @@ title: "Toolbox 2: git-plus" date: 2021-06-19T09:50:00+01:00 aliases: - - /toolbox-2-git-plus/ + - /posts/toolbox-2-git-plus/ authors: - robert-kaussow tags: diff --git a/content/posts/2022/ssl-certificate-monitoring-pitfalls/index.md b/content/posts/2022/ssl-certificate-monitoring-pitfalls/index.md index e0ebda4..6297d75 100644 --- a/content/posts/2022/ssl-certificate-monitoring-pitfalls/index.md +++ b/content/posts/2022/ssl-certificate-monitoring-pitfalls/index.md @@ -2,7 +2,7 @@ title: "SSL certificate monitoring pitfalls" date: 2022-01-31T23:00:00+01:00 aliases: - - /ssl-certificate-monitoring-pitfalls/ + - /posts/ssl-certificate-monitoring-pitfalls/ authors: - robert-kaussow tags: