diff --git a/source/manifest.webmanifest b/source/manifest.webmanifest new file mode 100644 index 000000000..a1706d6ac --- /dev/null +++ b/source/manifest.webmanifest @@ -0,0 +1,8 @@ +{ + "short_name": "フューチャー技術ブログ", + "name": "経営とITをデザインするフューチャーによる技術ブログです。業務で利用している幅広い技術について紹介します。", + "icons": [ + { "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" }, + { "src": "/apple-touch-icon-57x57.png", "type": "image/png", "sizes": "57x57" } + ] +} diff --git a/themes/future/layout/_partial/head.ejs b/themes/future/layout/_partial/head.ejs index db8f619c3..27f62498e 100644 --- a/themes/future/layout/_partial/head.ejs +++ b/themes/future/layout/_partial/head.ejs @@ -114,6 +114,7 @@ +