jekyll / jekyll-avatar

A Jekyll plugin for rendering GitHub avatars
MIT License
89 stars 9 forks source link

GitHub Pages Build Fails #14

Closed m1evankaiser closed 6 years ago

m1evankaiser commented 6 years ago

Just tried to add this to our GitHub pages jekyll site and, although it's listed in the approved plugins list, it caused our build to fail. Used version 0.5.0 as indicated in the list.

MauricioRobayo commented 6 years ago

I had the same issue after installing this plugin. The travis ci log:

             ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>': Document 'vendor/bundle/ruby/2.4.0/gems/jekyll-3.6.2/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter.

The plugin works fine on local installation.

pathawks commented 6 years ago

You will need to exclude vendor/ from site build.

https://github.com/jekyll/jekyll/issues/2938

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.