diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-07-05 09:43:57 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-07-05 09:43:57 -0400 |
commit | bfc2c94048f1204094f8336146eff25a3b1b47ad (patch) | |
tree | 7a32e3de1ac7286d20509d94815008f5066dbdc2 /posts | |
parent | 6983375713b7fd529e104d7c72bcfa7529fe1c4d (diff) | |
download | cobalt-site-bfc2c94048f1204094f8336146eff25a3b1b47ad.tar.xz cobalt-site-bfc2c94048f1204094f8336146eff25a3b1b47ad.zip |
Relative permalinks.
Diffstat (limited to 'posts')
9 files changed, 9 insertions, 9 deletions
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 |