yousinix / portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.
https://yousinix.github.io/portfolYOU
MIT License
1k stars 598 forks source link

Fail to build it #20

Closed hongyi-huang closed 4 years ago

hongyi-huang commented 4 years ago

I follow your instructions to install it. But it reports failure when building up. The message is enclosed here. As current instructions state, _includes folder should be deleted. But I wonder whether I should keep it as it was?

The page build failed for the master branch with the following error: A file was included in _projects/(2) that is a symlink or does not exist in your _includes directory. For more information, see https://help.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#file-is-a-symlink.

yousinix commented 4 years ago

You need to replace the remote theme's line in your _config.yml with this:

remote_theme        : YoussefRaafatNasry/portfolYOU

This will include theme's files _(as _includes/**, _sass/** and _layouts/**)_ remotely.