We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blog記事のページで、記事カテゴリーのタグをクリックしたときに表示されるはずのブログのタグのページが "Sorry, but the page could not be found." となります。
例: "Release" タグのページ https://vivliostyle.org/blog/tag/release
ローカルで bundle exec jekyll serve でテストした場合にはタグのページが正常に表示されます。
bundle exec jekyll serve
去年からこの状態だったと思います。2020年8月23日のinternet archive: https://web.archive.org/web/20200823131152/https://vivliostyle.org/blog/tag/release
issueになってなかったので登録しました。
The text was updated successfully, but these errors were encountered:
このタグのページを出力する機能は、 5a63599
新サイトのコンテンツ追加・修正 @yamasy1549 committed on Mar 31, 2020
で追加されています。
vivliostyle.org/Gemfile
Lines 12 to 16 in 0d488b9
での gem 'jekyll-archives' が使われているようです。
gem 'jekyll-archives'
この 'jekyll-archives' が GitHub Pages ではサポートされていないということではないでしょうか? GitHub Pages の "Dependency versions" https://pages.github.com/versions/ のリストに 'jekyll-archives' はありません。 (それから #85 の問題の 'jekyll-autoprefixer' もそこにありません)
Sorry, something went wrong.
yamasy1549
No branches or pull requests
Blog記事のページで、記事カテゴリーのタグをクリックしたときに表示されるはずのブログのタグのページが
"Sorry, but the page could not be found."
となります。
例: "Release" タグのページ https://vivliostyle.org/blog/tag/release
ローカルで
bundle exec jekyll serve
でテストした場合にはタグのページが正常に表示されます。去年からこの状態だったと思います。2020年8月23日のinternet archive:
https://web.archive.org/web/20200823131152/https://vivliostyle.org/blog/tag/release
issueになってなかったので登録しました。
The text was updated successfully, but these errors were encountered: