File tree Expand file tree Collapse file tree 4 files changed +42
-7
lines changed Expand file tree Collapse file tree 4 files changed +42
-7
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
siteMetadata : {
3
- title : 'gatsby-starter-code-notes' ,
4
- description : `A starter for gatsby-theme-code-notes ` ,
5
- author : 'Zander' ,
3
+ title : "Travis Ricks Code Notes" ,
4
+ description : `Travis Ricks Code Notes ` ,
5
+ author : "Travis Ricks" ,
6
6
} ,
7
7
plugins : [
8
8
{
9
- resolve : ' gatsby-theme-code-notes' ,
9
+ resolve : " gatsby-theme-code-notes" ,
10
10
options : {
11
- contentPath : ' notes' ,
12
- basePath : '/' ,
11
+ contentPath : " notes" ,
12
+ basePath : "/" ,
13
13
showThemeInfo : true ,
14
14
showDescriptionInSidebar : true ,
15
15
} ,
16
16
} ,
17
+ {
18
+ resolve : `gatsby-plugin-manifest` ,
19
+ options : {
20
+ name : `Travis Ricks Code Notes` ,
21
+ short_name : `TRCode` ,
22
+ start_url : `/` ,
23
+ background_color : `#f7f0eb` ,
24
+ theme_color : `#a2466c` ,
25
+ display : `standalone` ,
26
+ icon : `static/logo.png` ,
27
+ } ,
28
+ } ,
17
29
] ,
18
- }
30
+ } ;
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"gatsby" : " ^2.23.4" ,
20
+ "gatsby-plugin-manifest" : " ^2.4.12" ,
20
21
"gatsby-theme-code-notes" : " 1.9.1" ,
21
22
"react" : " ^16.13.1" ,
22
23
"react-dom" : " ^16.13.1"
Original file line number Diff line number Diff line change @@ -7003,6 +7003,18 @@ gatsby-core-utils@^1.3.5:
7003
7003
proper-lockfile "^4.1.1"
7004
7004
xdg-basedir "^4.0.0"
7005
7005
7006
+ gatsby-core-utils@^1.3.6:
7007
+ version "1.3.6"
7008
+ resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590"
7009
+ integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==
7010
+ dependencies:
7011
+ ci-info "2.0.0"
7012
+ configstore "^5.0.1"
7013
+ fs-extra "^8.1.0"
7014
+ node-object-hash "^2.0.0"
7015
+ proper-lockfile "^4.1.1"
7016
+ xdg-basedir "^4.0.0"
7017
+
7006
7018
gatsby-graphiql-explorer@^0.4.5:
7007
7019
version "0.4.5"
7008
7020
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.5.tgz#63795dc891e0ddc25436f51495342f0f7a2a0a1f"
@@ -7044,6 +7056,16 @@ gatsby-plugin-local-search@^1.1.1:
7044
7056
lunr "^2.3.8"
7045
7057
pascalcase "^1.0.0"
7046
7058
7059
+ gatsby-plugin-manifest@^2.4.12:
7060
+ version "2.4.12"
7061
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.12.tgz#b1b1bd3fb97cfdf5358b3989de85d85941b6ace8"
7062
+ integrity sha512-QHT/dqxZr9Rev0pjEb45Ivh2MrV5E3EWhgHKJmtpTJ94BVSQetDHjr8kCcFtdQqXep8W8GtuHPMrz8Bt1SCVqA==
7063
+ dependencies:
7064
+ "@babel/runtime" "^7.10.2"
7065
+ gatsby-core-utils "^1.3.6"
7066
+ semver "^5.7.1"
7067
+ sharp "^0.25.1"
7068
+
7047
7069
gatsby-plugin-mdx@^1.2.15:
7048
7070
version "1.2.15"
7049
7071
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.15.tgz#359195813490873749fbcacc76151790b2db8451"
You can’t perform that action at this time.
0 commit comments