Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put tags and categories to blog pages #4959

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Jun 7, 2024

What this PR does / why we need it:

as title.

Which issue(s) this PR fixes:

Fixes #4958

Does this PR introduce a user-facing change?: N/A

  • How are users affected by this change:N/A
  • Is this breaking change:N/A
  • How to migrate (if breaking change):N/A

Example

each blog page:

image

search by category (click any category):

image

search by tag (click any tag):

image

Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.35%. Comparing base (b20163b) to head (aaf730b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4959      +/-   ##
==========================================
- Coverage   29.38%   29.35%   -0.04%     
==========================================
  Files         322      322              
  Lines       40852    40852              
==========================================
- Hits        12006    11993      -13     
- Misses      27885    27899      +14     
+ Partials      961      960       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Warashi
Warashi previously approved these changes Jun 7, 2024
Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@@ -5,6 +5,8 @@ linkTitle: "May 2022 update"
weight: 993
description: "Development status update to recap what happened last few months"
author: Khanh Tran ([@khanhtc1202](https://twitter.com/khanhtc1202))
categories: ["Announcement"]
tags: ["What's new"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tags: ["What's new"]
tags: ["News"]

nits

@@ -4,6 +4,8 @@ title: "PipeCD at CNCF KubeCon EU 2024"
linkTitle: "PipeCD at CNCF KubeCon EU 2024"
weight: 988
author: Khanh Tran ([@khanhtc1202](https://github.com/khanhtc1202))
categories: ["Announcement"]
tags: ["Conference"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tags: ["Conference"]
tags: ["Conference", "News"]

nits

@@ -5,6 +5,8 @@ linkTitle: "The PipeCD play environment"
weight: 994
description: "In this post, we will have a glance at the play environment of PipeCD, how to access and what you can get from the environment."
author: Khanh Tran ([@khanhtc1202](https://twitter.com/khanhtc1202))
categories: ["Announcement"]
tags: ["Getting Started"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tags: ["Getting Started"]
tags: ["Getting Started", "News"]

Signed-off-by: t-kikuc <[email protected]>
@t-kikuc
Copy link
Member Author

t-kikuc commented Jun 7, 2024

@khanhtc1202 Thanks! I fixed them all! plz check again 🙏

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LNeatTM 👍

Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-kikuc t-kikuc merged commit 1e9c1d9 into master Jun 10, 2024
16 of 18 checks passed
@t-kikuc t-kikuc deleted the tag-and-categorize-blogs branch June 10, 2024 04:06
@t-kikuc
Copy link
Member Author

t-kikuc commented Jun 11, 2024

I opened an issue #4965 because the tags and the categories do not appear.
Maybe that's due to the version of Hugo.

@github-actions github-actions bot mentioned this pull request Jun 12, 2024
dgannon991 pushed a commit to dgannon991/pipecd-pipecd that referenced this pull request Jun 20, 2024
@github-actions github-actions bot mentioned this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put tags/categories to Blog pages
3 participants