Skip to content

Commit 2171254

Browse files
Expanding Series functionality (#15269)
* Add blog series page, data, and layout; update tag template for series display * Add sidebar for blog series navigation on series tag pages * Add series prefix handling in sidebar and update title display logic * Refactor series sidebar layout to conditionally display series title and description based on availability. * Refactor blog titles for consistency and improved clarity by changing the format to include colons instead of commas for series identifying parts. * Enhance blog series sidebar: Add series data display and update markup for consistency. * Refactor blog series sidebar title display for improved readability and reuse of title components. * Refactor blog tags and update blog series list for clarity and accuracy. * Enhance blog series descriptions for clarity and detail in `blog_series.yml`. * Add meta images for blog series and introduce a script to extract series metadata from blog posts. * Remove extract_series_meta_images.py script and its functionality.
1 parent fcc4390 commit 2171254

File tree

23 files changed

+297
-53
lines changed

23 files changed

+297
-53
lines changed

content/blog/advanced-aws-networking-part-1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Advanced AWS Networking, Part 1"
2+
title: "Advanced AWS Networking: Part 1"
33

44
# The date represents the post's publish date,
55
# and by default corresponds with the date this file was generated.

content/blog/advanced-aws-networking-part-2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Advanced AWS Networking, Part 2"
2+
title: "Advanced AWS Networking: Part 2"
33

44
# The date represents the post's publish date,
55
# and by default corresponds with the date this file was generated.

content/blog/aws-serverless-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "AWS Serverless Analytics"
33
authors: ["evan-boyle"]
4-
tags: ["aws", "data-and-analytics", "serverless", "architecture-as-code"]
4+
tags: ["aws", "data-and-analytics", "serverless"]
55
date: "2020-01-30"
66
meta_desc: "Building a serverless data warehouse on AWS using architecture as code."
77
meta_image: "ServerlessArchitecture.png"

content/blog/cloud-systems-part-one/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Cloud Systems Part One: Static Sites and AWS S3"
2+
title: "Cloud Systems: Static Sites and AWS S3"
33

44
date: 2021-12-15
55

content/blog/cloud-systems-part-three/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Cloud Systems Part Three: Deploying to Amazon ECS"
2+
title: "Cloud Systems: Deploying to Amazon ECS"
33

44
date: 2021-12-28T14:52:42Z
55

content/blog/cloud-systems-part-two/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Cloud Systems Part Two: Containerizing a Website"
2+
title: "Cloud Systems: Containerizing a Website"
33

44
date: 2021-12-27T12:26:10-08:00
55

content/blog/creating-and-reusing-cloud-components-using-package-managers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Creating and Reusing Cloud Components using Package Managers"
33
authors: ["chris-smith"]
4-
tags: ["packages", "architecture-as-code"]
4+
tags: ["packages"]
55
meta_desc: "Pulumi's code-centric approach to infrastructure can make you more productive programming the cloud. Package up, share, and reuse our code."
66
date: "2018-08-09"
77

content/blog/embrace-kubernetes-part1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Its Time to Embrace Kubernetes! Really? (Part 1)"
2+
title: "It's Time to Embrace Kubernetes: Part 1"
33
date: 2020-12-09
44
meta_desc: "How to evaluate your choices when choosing Kubernetes as your application platform"
55
meta_image: embrace-k8s.png

content/blog/embrace-kubernetes-part2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Its Time to Embrace Kubernetes! Really? (Part 2)"
2+
title: "It's Time to Embrace Kubernetes: Part 2"
33
date: 2020-12-11
44
meta_desc: "How to evaluate your choices when choosing Kubernetes as your application platform."
55
meta_image: embrace-k8s.png

content/blog/kubernetes-fundamentals-part-one/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Kubernetes Fundamentals Part One"
2+
title: "Kubernetes Fundamentals: Part One"
33
date: 2021-07-23T12:54:53-05:00
44
draft: false
55
meta_image: k8s-fundamentals.png

0 commit comments

Comments
 (0)