问题
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
回答1:
In your _config.yml file, add jekyll-seo-tag plugin like this :
plugins:
- jekyll-feed
- jekyll-seo-tag
来源:https://stackoverflow.com/questions/49164989/adding-of-any-html-file-from-the-minima-includes-directory-into-the-website-dir