Skip to content

Commit e07db19

Browse files
committedSep 9, 2021
further config changes
1 parent 2cad09d commit e07db19

9 files changed

+36
-10
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
## Todo
44

5-
- blue colours - adjust config to be accurate
6-
- hover colours and accessibility
7-
85
- setup fast meetups
96
- setup redirect
7+
- hover colours and accessibility
108

119
## future ideas
1210

‎config/.checksums

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"#": "Used by Sanity to keep track of configuration file checksums, do not delete or modify!",
3+
"@sanity/default-layout": "bb034f391ba508a6ca8cd971967cbedeb131c4d19b17b28a0895f32db5d568ea",
4+
"@sanity/default-login": "6fb6d3800aa71346e1b84d95bbcaa287879456f2922372bb0294e30b968cd37f",
5+
"@sanity/form-builder": "b38478227ba5e22c91981da4b53436df22e48ff25238a55a973ed620be5068aa",
6+
"@sanity/data-aspects": "d199e2c199b3e26cd28b68dc84d7fc01c9186bf5089580f2e2446994d36b3cb6"
7+
}

‎config/@sanity/data-aspects.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"listOptions": {}
3+
}

‎config/@sanity/default-layout.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"toolSwitcher": {
3+
"order": [],
4+
"hidden": []
5+
}
6+
}

‎config/@sanity/default-login.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"providers": {
3+
"mode": "append",
4+
"redirectOnSingle": false,
5+
"entries": []
6+
}
7+
}

‎config/@sanity/form-builder.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"images": {
3+
"directUploads": true
4+
}
5+
}

‎config/site.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module.exports = {
77
// favicon: "static/images/manifest-logo.png", // Used for manifest favicon generation
88
shortName: "C3", // shortname for manifest. MUST be shorter than 12 characters
99
author: "Andrew Miller", // Author for schemaORGJSONLD
10-
themeColor: "#202945",
11-
backgroundColor: "#f05356",
10+
themeColor: "#3DB4F5",
11+
backgroundColor: "#3DB4F5",
1212
};

‎gatsby-config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ module.exports = {
116116
{
117117
resolve: "gatsby-plugin-manifest",
118118
options: {
119-
name: "Software Crafts",
120-
short_name: "Software Crafts",
119+
name: "The Tim Creamer Prayer Room",
120+
short_name: "Prayer Room",
121121
start_url: "/",
122-
background_color: "#f1ece1",
123-
theme_color: "#f1ece1",
122+
background_color: "#3DB4F5",
123+
theme_color: "#3DB4F5",
124124
display: "minimal-ui",
125-
icon: "static/favicon.ico", // This path is relative to the root of the site.
125+
icon: "static/manifest-logo.png", // This path is relative to the root of the site.
126126
},
127127
},
128128
],

‎static/manifest-logo.png

157 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.