pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Does not work with jekyll-seo-tag on Github Pages #77

Open tannakartikey opened 4 years ago

tannakartikey commented 4 years ago

While using with https://github.com/jekyll/jekyll-seo-tag, the jekyll-seo-tag gem tries to find the tag files before they are written to the disk

The https://github.com/github/pages-gem gem, which is required to host the Jekyll site on Githbu Pages, has a dependency on https://github.com/jekyll/jekyll-seo-tag gem.

Below is the error it raises:

  Liquid Exception: No such file or directory - /home/kartikey/source/tannakartikey.github.io/tag/freelancing/index.html does not exist! in /_layouts/default.html
bundler: failed to load command: jekyll (/home/kartikey/.rbenv/versions/2.7.1/bin/jekyll)
Errno::ENOENT: No such file or directory - /home/kartikey/source/tannakartikey.github.io/tag/freelancing/index.html does not exist!
  /home/kartikey/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/jekyll-last-modified-at-1.3.0/lib/jekyll-last-modified-at/determinator.rb:31:in `last_modified_at_time'
  /home/kartikey/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/jekyll-last-modified-at-1.3.0/lib/jekyll-last-modified-at/determinator.rb:61:in `to_liquid'
  /home/kartikey/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/jekyll-seo-tag-2.6.1/lib/jekyll-seo-tag/drop.rb:107:in `date_modified'
  /home/kartikey/.rbenv/versions/2.7.1/lib/ruby/2.7.0/forwardable.rb:235:in `dateModified'