From b0876d58e201fea4e83c092804a8af5668606e84 Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Fri, 29 Aug 2025 23:30:51 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=AA=E3=83=80=E3=82=A4=E3=83=AC?= =?UTF-8?q?=E3=82=AF=E3=83=88=E6=A9=9F=E8=83=BD=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 1 + Gemfile.lock | 3 +++ _config.yml | 1 + _posts/2025-07-21-contest-terms.md | 3 ++- _posts/2025-08-02-contest-how-to-apply.md | 3 ++- 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9ccefced..292c54d5 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,7 @@ group :jekyll_plugins do gem 'jekyll-include-cache' gem 'jekyll-sitemap' gem 'jekyll-liquify' + gem 'jekyll-redirect-from' # No need this gem because we build by GitHub Actions and serve on Pages. # gem 'github-pages' diff --git a/Gemfile.lock b/Gemfile.lock index d9ec7ed6..88974641 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,6 +104,8 @@ GEM liquid logger redcarpet + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) jekyll-sass-converter (3.1.0) sass-embedded (~> 1.75) jekyll-sitemap (1.4.0) @@ -218,6 +220,7 @@ DEPENDENCIES jekyll-feed jekyll-include-cache jekyll-liquify + jekyll-redirect-from jekyll-sitemap mini_racer rake diff --git a/_config.yml b/_config.yml index ea79b130..da280af7 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,7 @@ plugins: - jekyll-include-cache - jekyll-sitemap # This must be LAST to include contents generated by gems above - jekyll-liquify # This enable to use variables in frontmatter + - jekyll-redirect-from sass: style: compressed diff --git a/_posts/2025-07-21-contest-terms.md b/_posts/2025-07-21-contest-terms.md index 8d053bff..e12ed748 100644 --- a/_posts/2025-07-21-contest-terms.md +++ b/_posts/2025-07-21-contest-terms.md @@ -2,7 +2,8 @@ layout: post title: DojoCon Japan 2025 プログラミングコンテスト 参加規約 date: 2025-07-21T00:00:00 UTC+09:00 -permalink: /contests/terms.html +permalink: /contests/terms/ +redirect_from: /contests/terms.html --- DojoCon Japan Cover Photo diff --git a/_posts/2025-08-02-contest-how-to-apply.md b/_posts/2025-08-02-contest-how-to-apply.md index ae674747..f6b0da50 100644 --- a/_posts/2025-08-02-contest-how-to-apply.md +++ b/_posts/2025-08-02-contest-how-to-apply.md @@ -5,7 +5,8 @@ title-in-news-list: 『DojoCon Japan 2025 プログラミングコンテスト date: 2025-08-02T01:00:00 UTC+09:00 categories: news tags: 企画 -permalink: /contests/how-to-apply.html +permalink: /contests/how-to-apply/ +redirect_from: /contests/how-to-apply.html ---