File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ group :jekyll_plugins do
11
11
gem 'jekyll-include-cache'
12
12
gem 'jekyll-sitemap'
13
13
gem 'jekyll-liquify'
14
+ gem 'jekyll-redirect-from'
14
15
15
16
# No need this gem because we build by GitHub Actions and serve on Pages.
16
17
# gem 'github-pages'
Original file line number Diff line number Diff line change 104
104
liquid
105
105
logger
106
106
redcarpet
107
+ jekyll-redirect-from (0.16.0 )
108
+ jekyll (>= 3.3 , < 5.0 )
107
109
jekyll-sass-converter (3.1.0 )
108
110
sass-embedded (~> 1.75 )
109
111
jekyll-sitemap (1.4.0 )
@@ -218,6 +220,7 @@ DEPENDENCIES
218
220
jekyll-feed
219
221
jekyll-include-cache
220
222
jekyll-liquify
223
+ jekyll-redirect-from
221
224
jekyll-sitemap
222
225
mini_racer
223
226
rake
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ plugins:
28
28
- jekyll-include-cache
29
29
- jekyll-sitemap # This must be LAST to include contents generated by gems above
30
30
- jekyll-liquify # This enable to use variables in frontmatter
31
+ - jekyll-redirect-from
31
32
32
33
sass :
33
34
style : compressed
Original file line number Diff line number Diff line change 2
2
layout : post
3
3
title : DojoCon Japan 2025 プログラミングコンテスト 参加規約
4
4
date : 2025-07-21T00:00:00 UTC+09:00
5
- permalink : /contests/terms.html
5
+ permalink : /contests/terms/
6
+ redirect_from : /contests/terms.html
6
7
---
7
8
<img src="/img/common/coderdojo-nameplate.webp" loading="lazy" alt="DojoCon Japan Cover Photo"
8
9
title="DojoCon Japan Cover Photo" class="mb-4" />
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ title-in-news-list: 『DojoCon Japan 2025 プログラミングコンテスト
5
5
date : 2025-08-02T01:00:00 UTC+09:00
6
6
categories : news
7
7
tags : 企画
8
- permalink : /contests/how-to-apply.html
8
+ permalink : /contests/how-to-apply/
9
+ redirect_from : /contests/how-to-apply.html
9
10
---
10
11
<style >
11
12
img {
You can’t perform that action at this time.
0 commit comments