Skip to content

Commit 041af92

Browse files
committed
fix manifest, sitemap, opengraph, etc.
1 parent 4a3eb1d commit 041af92

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<title>DojoCon Japan - 年1回の CoderDojo カンファレンス</title>
1111
<meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。">
1212
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="https://teaser-template.coderdojo.jp/img/cover.jpg">
13+
<meta property="og:image" content="https://dojocon2025.coderdojo.jp/img/cover.jpg">
1414
<meta name="twitter:card" content="summary_large_image" />
1515

1616
<!-- Settings for web browsers (as minimum as possible) -->
17-
<link rel='canonical' href='https://teaser-template.coderdojo.jp/' />
18-
<link rel='shortlink' href='https://teaser-template.coderdojo.jp/' />
17+
<link rel='canonical' href='https://dojocon2025.coderdojo.jp/' />
18+
<link rel='shortlink' href='https://dojocon2025.coderdojo.jp/' />
1919
<link rel="manifest" href="/site.webmanifest">
2020
<link rel="icon" href="/favicon.ico"> <!-- 32×3 -->
2121
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->

site.webmanifest

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
---
2-
---
3-
41
{
5-
"name": "{{ site.title_short }}",
6-
"short_name": "{{ site.title_short }}",
2+
"name": "DojoCon Japan 2025 at Kurume",
3+
"short_name": "DojoCon Japan 2025",
74
"icons": [
8-
{
9-
"src": "/img/android-chrome-192x192.png",
10-
"sizes": "192x192",
11-
"type": "image/png"
12-
},
13-
{
14-
"src": "/img/android-chrome-256x256.png",
15-
"sizes": "256x256",
16-
"type": "image/png"
17-
}
5+
{
6+
"src": "/img/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/img/android-chrome-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
1815
],
19-
"theme_color": "#ffffff",
16+
"theme_color": "#ffffff",
2017
"background_color": "#ffffff",
21-
"display": "standalone"
18+
"display": "standalone"
2219
}

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
44
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
55
<url>
6-
<loc>https://dojocon-template.coderdojo.jp/</loc>
6+
<loc>https://dojocon2025.coderdojo.jp/</loc>
77
</url>
88
</urlset>

0 commit comments

Comments
 (0)