-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
76 lines (69 loc) · 2.07 KB
/
hugo.toml
File metadata and controls
76 lines (69 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Hugo configuration for FIVESCUP GitHub Pages
# https://gohugo.io/getting-started/configuration/
baseURL = 'https://fivescup.github.io/'
languageCode = 'ja'
title = 'S5Works | FIVESCUP'
# 開催予定の記事(日付が「未来」)も静的生成に含める
buildFuture = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
pages = '/:slug/'
posts = '/posts/:slug/'
[outputs]
home = ['HTML', 'RSS']
# Redirects for legacy WordPress date URLs
[[redirects]]
from = '/2023/03/30/fivescup-challenge-season11/'
to = '/posts/fivescup-challenge-season11/'
status = 301
[[redirects]]
from = '/2023/04/02/fivescup-challenge-season11-結果/'
to = '/posts/fivescup-challenge-season11-結果/'
status = 301
[[redirects]]
from = '/2023/04/02/fivescup-challenge-season11-技術検証結果/'
to = '/posts/fivescup-challenge-season11-技術検証結果/'
status = 301
[[redirects]]
from = '/2023/04/19/fivescup-survive-season1-結果/'
to = '/posts/fivescup-survive-season1-結果/'
status = 301
[[redirects]]
from = '/2017/07/24/fivescup-open-1/'
to = '/posts/fivescup-open-1/'
status = 301
[[redirects]]
from = '/2024/06/26/fivescup-experimental-season1/'
to = '/posts/fivescup-experimental-season1/'
status = 301
[[redirects]]
from = '/2024/06/30/fivescup-experimental-season1-結果/'
to = '/posts/fivescup-experimental-season1-結果/'
status = 301
[[redirects]]
from = '/2024/07/02/fivescup-experimental-season2/'
to = '/posts/fivescup-experimental-season2/'
status = 301
# Legacy WordPress slug URLs (wayback 移行分)
[[redirects]]
from = '/donation/'
to = '/posts/donation/'
status = 301
[[redirects]]
from = '/giars-howto/'
to = '/posts/giars-howto/'
status = 301
[[redirects]]
from = '/page-213/'
to = '/posts/page-213/'
status = 301
# Legacy wayback: 旧 WordPress スラッグ fives-cup-open-1 → 正規 fivescup-open-1
[[redirects]]
from = '/posts/fives-cup-open-1/'
to = '/posts/fivescup-open-1/'
status = 301
[params]
description = 'S5Works : CS2/VALORANT Event Organizer'