Commit 2171254
authored
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- content/blog
- advanced-aws-networking-part-1
- advanced-aws-networking-part-2
- aws-serverless-analytics
- cloud-systems-part-one
- cloud-systems-part-three
- cloud-systems-part-two
- creating-and-reusing-cloud-components-using-package-managers
- embrace-kubernetes-part1
- embrace-kubernetes-part2
- kubernetes-fundamentals-part-one
- kubernetes-fundamentals-part-two
- managing-aws-credentials-on-cicd-part-1
- managing-aws-credentials-on-cicd-part-2
- managing-aws-credentials-on-cicd-part-3
- organizational-patterns-automation-team
- organizational-patterns-developer-portal
- organizational-patterns-infra-repo
- data
- layouts
- blog
- partials/blog
- taxonomy
23 files changed
+297
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments