Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tannakartikey opened this issue Sep 24, 2020 · 0 comments
Open

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

tannakartikey opened this issue Sep 24, 2020 · 0 comments

Comments

@tannakartikey
Copy link

tannakartikey commented Sep 24, 2020

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant