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 }}