nandomoreira-jekyll-theme icon indicating copy to clipboard operation
nandomoreira-jekyll-theme copied to clipboard

The page build failed with the following error

Open DurianSUN opened this issue 8 years ago • 18 comments

Hi, I follow your redeme steps, I encountered a problem for this project and GitHub sent me an email: The page build failed with the following error:

A file was included in source/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.

If you have any questions you can contact us by replying to this email.

I use a lot of methods, still can not rule out the problem. I hope you can help me solve. Thank you very much. I test using your project, and almost no change, still will produce the above error. Thank you.

DurianSUN avatar Dec 07 '15 03:12 DurianSUN

I also had the same error.

panzarino avatar Dec 08 '15 21:12 panzarino

Github does not accept custom plugins for Jekyll :flushed:

Use the Rake task to build and send to branch gh-pages...

See this tutorial >> http://ixti.net/software/2013/01/28/using-jekyll-plugins-on-github-pages.html

Thanks guys!

nandomoreirame avatar Dec 08 '15 21:12 nandomoreirame

or you can configure integration continues with travis

nandomoreirame avatar Dec 08 '15 21:12 nandomoreirame

So I have it up and running, but the CNAME file is not in the master branch and therefore does not publish to my custom domain. How do I fix this?

panzarino avatar Dec 08 '15 22:12 panzarino

I found the answer, put the CNAME in the source folder.

panzarino avatar Dec 08 '15 22:12 panzarino

i'm glad you like @zachpanz88 :smile:

nandomoreirame avatar Dec 08 '15 22:12 nandomoreirame

Thank you, now I have successfully site, but the article list cannot appear, and rake the publish later there will be a mistake:

The Configuration file: _config. Yml Deprecation: You appear to have pagination turned on, but You haven 't included the jekyll - paginate gem. Ensure You have gems: [jekyll - paginate] in your configuration file.

If I add: gems: [jekyll - paginate], will be an error: Always the load to the file - jekyll - pagination.

I reinstall jekll and bundle, gem and so on, but still can't solve, please teach me ~ thank you~

DurianSUN avatar Dec 10 '15 08:12 DurianSUN

thx,it's ok ,your sites is very good ~

DurianSUN avatar Dec 16 '15 03:12 DurianSUN

Try running bundle install in the site directory, that might fix the problem.

panzarino avatar Dec 16 '15 04:12 panzarino

@zachpanz88 thx ~~~

DurianSUN avatar Dec 16 '15 06:12 DurianSUN

Hi,I do it as your README.md said. But when i jekyll s,still have this problem: Liquid Exception: Included file '_includes/JB/setup' not found in contact.md jekyll 2.5.3 | Error: Included file '_includes/JB/setup' not found

can't solve it ,sincerely ask for your help!

92tony avatar Feb 19 '17 03:02 92tony

What version of jekyll @92tony?

nandomoreirame avatar Feb 19 '17 16:02 nandomoreirame

jekyll 3.4.0 @nandomoreirame thing Is done by endless brainless trying。。。。hah

92tony avatar Mar 03 '17 01:03 92tony

try : bundle exec jekyll build

zhangxulong avatar Mar 15 '17 15:03 zhangxulong

each page just show 2 article is very few. how to adjust to more ?

zhangxulong avatar Mar 15 '17 15:03 zhangxulong

oh, I found it in _config.yml

zhangxulong avatar Mar 15 '17 15:03 zhangxulong

@panzarino what did you wind up doing to get this working? I'm running into the exact same issue and am not sure how to proceed.

samfader avatar Nov 15 '17 18:11 samfader

@samfader I no longer use this as my website, but I remember having to build the files locally and then push the built files to the repo. Since it uses build modules that are not available by default on GitHub pages, you must build it yourself.

panzarino avatar Nov 15 '17 19:11 panzarino