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

[blog] Tags and Categories do not appear #4965

Closed
t-kikuc opened this issue Jun 11, 2024 · 2 comments · Fixed by #5017
Closed

[blog] Tags and Categories do not appear #4965

t-kikuc opened this issue Jun 11, 2024 · 2 comments · Fixed by #5017

Comments

@t-kikuc
Copy link
Member

t-kikuc commented Jun 11, 2024

What happened:

Even though this PR #4959 is merged,
tags and categories are not applied as below.

image

What you expected to happen:

Tags and categories will appear as below.

image

How to reproduce it:

Go to any blog at https://pipecd.dev/blog/.

Or execute make run/site with Hugo v0.92.1.

Environment:

  • piped version: -
  • control-plane version: -
  • Others: -

Possible Solution

The cause might be the version of Hugo, so we need to update it. (The issue already exists: #4902)

Now PipeCD uses v0.92.1 for the site.

hugo-version: '0.92.1'

When I executed make run/site with Hugo v0.125.1, tags and categories appeared.

@t-kikuc
Copy link
Member Author

t-kikuc commented Jun 28, 2024

I'll open a PR after releasing v0.48.0.

I'll update [1]peaceiris/actions-hugo's version and [2]hugo-version here:

- name: Setup Hugo
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6 #v2.5.0
with:
hugo-version: '0.92.1'
extended: true

@t-kikuc
Copy link
Member Author

t-kikuc commented Jun 28, 2024

I found another issue.
I want to hide tags in pages other than blog.
e.g. Tags are shown in docs too.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant