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

404 error on blog tag pages #73

Open
MurakamiShinyu opened this issue Apr 21, 2021 · 1 comment
Open

404 error on blog tag pages #73

MurakamiShinyu opened this issue Apr 21, 2021 · 1 comment
Assignees

Comments

@MurakamiShinyu
Copy link
Member

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

@MurakamiShinyu
Copy link
Member Author

このタグのページを出力する機能は、 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' もそこにありません)

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

2 participants