From 18cf4ee33ba386a50c319070a7d539f5608b9d31 Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Sat, 28 Dec 2024 13:20:15 +0100 Subject: [PATCH] Rerouting --- _config.yml | 5 ++++- _includes/adi_detail.html | 21 ++++++++++++++------- _includes/blog_detail.html | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index f3814c7..90d2c92 100644 --- a/_config.yml +++ b/_config.yml @@ -33,4 +33,7 @@ social: collections: episodes: output: true - permalink: /episodes/:path/ + permalink: /AbnormalDevOpsIterations/:path/:title/ + posts: + output: true + permalink: /blog/:year/:month/:day/:title/ diff --git a/_includes/adi_detail.html b/_includes/adi_detail.html index aff2605..233e22c 100644 --- a/_includes/adi_detail.html +++ b/_includes/adi_detail.html @@ -2,15 +2,22 @@
-
-

ADI {{ page.number }}: {{ page.guest }} - {{ page.title }}

-
- +
+

Abnormal DevOps Iteration {{ page.number }}

+ Posted: {{ page.date | date: "%Y-%m-%d" }} +
+
+

{{ page.guest }} - {{ page.title }}

+
+
+
+
+ {{ content }} +
{% for tag in page.tags %}#{{ tag }} {% endfor %}
-
{{ content }}
+
+
-
{{ page.tags }}
-
diff --git a/_includes/blog_detail.html b/_includes/blog_detail.html index ccd9c80..1054e67 100644 --- a/_includes/blog_detail.html +++ b/_includes/blog_detail.html @@ -4,7 +4,7 @@

example42's blog

- {{ page.date | date: "%Y-%m-%d" }} + Posted: {{ page.date | date: "%Y-%m-%d" }}

{{ page.title }}