mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Add manifest.json support, add keywords
This commit is contained in:
parent
f7efb8fdcc
commit
2ef1133ac0
@ -150,6 +150,18 @@ module.exports = {
|
|||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
resolve: 'gatsby-plugin-manifest',
|
||||||
|
options: {
|
||||||
|
name: siteConfig.title,
|
||||||
|
short_name: siteConfig.title,
|
||||||
|
start_url: '/',
|
||||||
|
background_color: '#FFF',
|
||||||
|
theme_color: '#F7A046',
|
||||||
|
display: 'standalone',
|
||||||
|
icon: 'static/photo.jpg'
|
||||||
|
},
|
||||||
|
},
|
||||||
'gatsby-plugin-offline',
|
'gatsby-plugin-offline',
|
||||||
'gatsby-plugin-catch-links',
|
'gatsby-plugin-catch-links',
|
||||||
'gatsby-plugin-react-helmet',
|
'gatsby-plugin-react-helmet',
|
||||||
|
10
package.json
10
package.json
@ -23,11 +23,18 @@
|
|||||||
"graphql",
|
"graphql",
|
||||||
"netlify",
|
"netlify",
|
||||||
"netlify-cms",
|
"netlify-cms",
|
||||||
|
"pagination",
|
||||||
|
"categories",
|
||||||
|
"tags",
|
||||||
|
"prismjs",
|
||||||
"static",
|
"static",
|
||||||
|
"lost",
|
||||||
"blog",
|
"blog",
|
||||||
|
"minimal",
|
||||||
"react",
|
"react",
|
||||||
"theme",
|
"theme",
|
||||||
"starter"
|
"starter",
|
||||||
|
"disqus"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
@ -42,6 +49,7 @@
|
|||||||
"gatsby-plugin-google-analytics": "^2.0.9",
|
"gatsby-plugin-google-analytics": "^2.0.9",
|
||||||
"gatsby-plugin-netlify": "^2.0.6",
|
"gatsby-plugin-netlify": "^2.0.6",
|
||||||
"gatsby-plugin-netlify-cms": "^3.0.9",
|
"gatsby-plugin-netlify-cms": "^3.0.9",
|
||||||
|
"gatsby-plugin-manifest": "^2.0.13",
|
||||||
"gatsby-plugin-offline": "^2.0.21",
|
"gatsby-plugin-offline": "^2.0.21",
|
||||||
"gatsby-plugin-react-helmet": "^3.0.5",
|
"gatsby-plugin-react-helmet": "^3.0.5",
|
||||||
"gatsby-plugin-sass": "^2.0.7",
|
"gatsby-plugin-sass": "^2.0.7",
|
||||||
|
@ -5604,6 +5604,14 @@ gatsby-plugin-google-analytics@^2.0.9:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
|
|
||||||
|
gatsby-plugin-manifest@^2.0.13:
|
||||||
|
version "2.0.13"
|
||||||
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.13.tgz#8ae0a394d65c85516e324bec1c69eaef03fdc5c3"
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.0.0"
|
||||||
|
bluebird "^3.5.0"
|
||||||
|
sharp "^0.21.0"
|
||||||
|
|
||||||
gatsby-plugin-netlify-cms@^3.0.9:
|
gatsby-plugin-netlify-cms@^3.0.9:
|
||||||
version "3.0.9"
|
version "3.0.9"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-3.0.9.tgz#d525774b1079e5ae9d3ea887e10e674541d75b28"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-3.0.9.tgz#d525774b1079e5ae9d3ea887e10e674541d75b28"
|
||||||
|
Loading…
Reference in New Issue
Block a user