yizeng / jekyll-theme-simple-texture

A gem-based responsive simple texture styled Jekyll theme.
https://yizeng.github.io/jekyll-theme-simple-texture/
MIT License
189 stars 216 forks source link

Page build failed when deploy on GitHub #20

Closed HHONG-WM closed 6 years ago

HHONG-WM commented 6 years ago

Hi,

Thanks for providing this awesome theme. I really like it.

However, an error message shows when I upload starter-kit to GitHub.

The page build failed for the `master` branch with the following error:
A file was included in `blog/tags/index.html` that is a symlink or does not exist in your `_includes` directory. For more information, see https://help.github.com/articles/page-build-failed-file-is-a-symlink/.

My repository is here.

I was wondering if you would like to take some time and let me know what is the right way to fix this?

Thanks, HONG

yizeng commented 6 years ago

@HHONG-WM Sure thing. I'll look into this as soon as I can.

yizeng commented 6 years ago

@HHONG-WM The files were the same as the original long time ago. Not sure what's happening.

I need time to dig further.

HHONG-WM commented 6 years ago

@yizeng Thank you for your help.

jessjaco commented 6 years ago

I ran into this same problem. You probably just need to change this line in _config.yml

theme: jekyll-theme-simple-texture

to

remote_theme: yizeng/jekyll-theme-simple-texture.

This is because this theme is not in the short "officially" supported list, and we need the workaround described here.

yizeng commented 6 years ago

@blindjesse That's it! Thank you so much! Just published new version v0.4.0 of this gem.