nandomoreirame/nandomoreira-jekyll-theme

The page build failed with the following error

DurianSUN opened this issue · 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.

I also had the same error.

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!

or you can configure integration continues with travis

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?

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

i'm glad you like @zachpanz88 😄

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~

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

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

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!

What version of jekyll @92tony?

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

try : bundle exec jekyll build

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

oh, I found it in _config.yml

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