Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The page build failed with the following error #2

Open
DurianSUN opened this issue Dec 7, 2015 · 18 comments
Open

The page build failed with the following error #2

DurianSUN opened this issue Dec 7, 2015 · 18 comments

Comments

@DurianSUN
Copy link

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.

@panzarino
Copy link

I also had the same error.

@nandomoreirame
Copy link
Owner

Github does not accept custom plugins for Jekyll 😳

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
Copy link
Owner

or you can configure integration continues with travis

@panzarino
Copy link

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
Copy link

panzarino commented Dec 8, 2015

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

@nandomoreirame
Copy link
Owner

i'm glad you like @zachpanz88 😄

@DurianSUN
Copy link
Author

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
Copy link
Author

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

@panzarino
Copy link

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

@DurianSUN
Copy link
Author

@zachpanz88 thx ~~~

@92tony
Copy link

92tony commented Feb 19, 2017

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!

@nandomoreirame
Copy link
Owner

What version of jekyll @92tony?

@92tony
Copy link

92tony commented Mar 3, 2017

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

@zhangxulong
Copy link

try : bundle exec jekyll build

@zhangxulong
Copy link

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

@zhangxulong
Copy link

oh, I found it in _config.yml

@samfader
Copy link

@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.

@panzarino
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants