CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
5.06k stars 1.66k forks source link

[Bug]: CATEGORIES can't now show the image. #726

Closed bs10081 closed 1 year ago

bs10081 commented 1 year ago

What happened?

In Hugo serve:

CleanShot 2022-11-27 at 19 10 01@2x

Public to github.io:

CleanShot 2022-11-27 at 19 09 50@2x

Code:

CleanShot 2022-11-27 at 19 12 56@2x

Hugo version

0.107

Theme version

3.16

What browsers are you seeing the problem on?

No response

More information about the browser

Chromium 107, macOS 12

Relevant log output

No response

Link to the page with bug

https://regchien.info/archives/

Link to the source repository

https://github.com/bs10081/bs10081.github.io

FarrelF commented 1 year ago

You can add the .nojekyll file in your root repository first if you're using GitHub Pages.

bs10081 commented 1 year ago

@FarrelF So what do I need to write in this file? or just touch it.


Ok, just add file, The bug fixed. Thank you so much.