apvarun / blist-hugo-theme

Blist is a clean and fast blog theme for your Hugo site.

Home Page:https://blist.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing colors of the light mode

opened this issue · comments

Dark mode works as expected.

Light mode is buggy somehow.
I applied the ascent mode as descripted into config.yaml:

ascentColor: "bg-blue-100",

The problem is, that I was able to get only some blue, green and gray colors so far. Others do not show up, the field is just white. And unfortunately only on local host.

When I deploy it on k8s (nginx/alpine) it never changes color in light mode.

Do I miss some library or something? Should I do some post-install?

Same problem here :-(

Did you launch the site with the commands here ? or using hugo serve?
Hugo serve doesn't rebuild the site's CSS files for the color change

Good point! Let me check and I will let you know 👍🏻

@sramekmichal have you checked this yet?