Hexo blog build error and the chic theme could not be found

143 Views Asked by At

When I push my hexo blog to GitHub, it doesn't work.

When I check the build message, the build with Jekyll show github-pages

227|Error: The chic theme could not be found

Of course, my blog contains the chic theme.

Some messages about my blog:

I have searched the Internet to find the solution, but get no, for example, not with remote_theme. Could you help me?

I hope someone could help me solve the problem and help the blog build successfully.

1

There are 1 best solutions below

1
muse0 On

Thanks to good person in v2ex,I found the solution to my problem.

You can add a empty file named .nojekyll to your repo, and everything will be ok.