From bfc2c94048f1204094f8336146eff25a3b1b47ad Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Fri, 5 Jul 2019 09:43:57 -0400 Subject: Relative permalinks. --- posts/2019-04-06-why-have-a-website-in-2019.md | 2 +- posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md | 2 +- posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md | 2 +- posts/2019-07-04-yabs-yet-another-bad-shop.md | 2 +- posts/oh-sh-t-or-the-case-for-safer-classic-cars.md | 2 +- posts/playing-with-leaves.md | 2 +- posts/school-server-closets-are-utopic.md | 2 +- posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md | 2 +- posts/what-is-a-scripting-language-really.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'posts') diff --git a/posts/2019-04-06-why-have-a-website-in-2019.md b/posts/2019-04-06-why-have-a-website-in-2019.md index a6111eb..829b75b 100644 --- a/posts/2019-04-06-why-have-a-website-in-2019.md +++ b/posts/2019-04-06-why-have-a-website-in-2019.md @@ -1,5 +1,5 @@ --- -permalink: /journal/{{categories}}/{{slug}} +permalink: //{{categories}}/{{slug}} title: Why Have a Website in 2019? categories: - technology diff --git a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md index 0ef54ce..6085e72 100644 --- a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md +++ b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: How to Start and Drive a Hudson Hornet categories: - automotive diff --git a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md index dd17921..0e3e480 100644 --- a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md +++ b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: The Best Way to Transfer GoPro Files with Linux categories: - technology diff --git a/posts/2019-07-04-yabs-yet-another-bad-shop.md b/posts/2019-07-04-yabs-yet-another-bad-shop.md index bdd2a88..ef4e509 100644 --- a/posts/2019-07-04-yabs-yet-another-bad-shop.md +++ b/posts/2019-07-04-yabs-yet-another-bad-shop.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: YABS - Yet Another Bad Shop categories: - automotive diff --git a/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md index d8b3f92..10200da 100644 --- a/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md +++ b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: "Oh, Sh*t, or, the Case for Safer Classic Cars" categories: ["automotive"] tags: [] diff --git a/posts/playing-with-leaves.md b/posts/playing-with-leaves.md index 00adf4d..b0d9f03 100644 --- a/posts/playing-with-leaves.md +++ b/posts/playing-with-leaves.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: Playing with Leaves categories: [] tags: [] diff --git a/posts/school-server-closets-are-utopic.md b/posts/school-server-closets-are-utopic.md index 3658862..a1cc767 100644 --- a/posts/school-server-closets-are-utopic.md +++ b/posts/school-server-closets-are-utopic.md @@ -1,5 +1,5 @@ --- -permalink: /journal/{{categories}}/{{slug}} +permalink: //{{categories}}/{{slug}} title: School Server Closets are Utopic categories: - technology diff --git a/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md b/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md index 87f4b95..09fda82 100644 --- a/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md +++ b/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md @@ -1,5 +1,5 @@ --- -permalink: "/journal/{{categories}}/{{slug}}" +permalink: "//{{categories}}/{{slug}}" title: "Sketchy-Looking Gas Stations Aren't That Sketchy" categories: [] tags: [] diff --git a/posts/what-is-a-scripting-language-really.md b/posts/what-is-a-scripting-language-really.md index e03b6f8..b713cf5 100644 --- a/posts/what-is-a-scripting-language-really.md +++ b/posts/what-is-a-scripting-language-really.md @@ -1,5 +1,5 @@ --- -permalink: /journal/{{categories}}/{{slug}} +permalink: //{{categories}}/{{slug}} title: What Is a Scripting Language Really? categories: - technology -- cgit v1.2.3