pipe-cd/pipecd

[blog] Tags and Categories do not appear

Closed this issue · 2 comments

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.

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

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