1

I wanted to override/change certain things in head.html so I copied to over https://github.com/jekyll/minima/blob/master/_includes/head.html to my website directory and built it (jekyll clean + build) - this worked fine in my local but on pushing the same to github the build fails with no particular error.

Here is my commit that fails in github

This where i reported it.

Generic error that i get -

The page build failed for the master branch with the following error:

Page build failed. For more information, see https://help.github.com/articles/troubleshooting-github-pages-builds/.

For information on troubleshooting Jekyll see:

https://help.github.com/articles/troubleshooting-jekyll-builds

Nohsib
  • 3,614
  • 14
  • 51
  • 63

1 Answers1

0

In your _config.yml file, add jekyll-seo-tag plugin like this :

plugins:
  - jekyll-feed
  - jekyll-seo-tag
David Jacquel
  • 51,670
  • 6
  • 121
  • 147