vivliostyle/vivliostyle.org

404 error on blog tag pages

MurakamiShinyu opened this issue · 1 comments

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になってなかったので登録しました。

このタグのページを出力する機能は、 5a63599

新サイトのコンテンツ追加・修正
@yamasy1549 committed on Mar 31, 2020

で追加されています。

vivliostyle.org/Gemfile

Lines 12 to 16 in 0d488b9

group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-autoprefixer'
gem 'jekyll-archives'
end

での gem 'jekyll-archives' が使われているようです。

この 'jekyll-archives' が GitHub Pages ではサポートされていないということではないでしょうか?
GitHub Pages の "Dependency versions" https://pages.github.com/versions/ のリストに 'jekyll-archives' はありません。
(それから #85 の問題の 'jekyll-autoprefixer' もそこにありません)