Skip to content

Commit

Permalink
random fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kunle committed Feb 12, 2019
1 parent e387c4d commit b4b5518
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 81 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity

TODO.md
6 changes: 0 additions & 6 deletions TODO.md

This file was deleted.

44 changes: 43 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: `Election 2019`,
description: `The coming Election in 2019 is coming soon...`,
description: `The coming Presidential Election in 2019 .`,
author: `Oadex_09`,
},
plugins: [
Expand All @@ -25,6 +25,48 @@ module.exports = {
theme_color: `#23272B`,
display: `minimal-ui`,
icon: `src/images/icon.png`,
icons: [
{
"src": "src/images/icon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "src/images/icon-70x70.png",
"sizes": "70x70",
"type": "image/png"
},
{
"src": "src/images/icon.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
},
},
// this (optional) plugin enables Progressive Web App + Offline functionality
Expand Down
45 changes: 19 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "gatsby-starter-default",
"name": "Election 2019",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"description": "A simple website built for 2019 Presidential Election",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"author": "Adekunle Oseni",
"dependencies": {
"firebase": "^5.8.0",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.26",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-countdown-now": "^2.1.0",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"wikijs": "^5.0.0-alpha.1"
"firebase": "5.8.0",
"gatsby": "2.0.76",
"gatsby-image": "2.0.26",
"gatsby-plugin-manifest": "2.0.9",
"gatsby-plugin-offline": "2.0.16",
"gatsby-plugin-react-helmet": "3.0.2",
"gatsby-plugin-sass": "2.0.7",
"gatsby-plugin-sharp": "2.0.14",
"gatsby-source-filesystem": "2.0.8",
"gatsby-transformer-sharp": "2.1.8",
"prop-types": "15.6.2",
"react": "16.6.3",
"react-countdown-now": "2.1.0",
"react-dom": "16.6.3",
"react-helmet": "5.2.0",
"wikijs": "5.0.0-alpha.1"
},
"keywords": [
"gatsby"
Expand All @@ -37,12 +37,5 @@
"breakpoint-sass": "^2.7.1",
"node-sass": "^4.11.0",
"prettier": "^1.15.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}
32 changes: 0 additions & 32 deletions src/components/image.js

This file was deleted.

Binary file added src/images/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/icon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions src/pages/page-2.js

This file was deleted.

0 comments on commit b4b5518

Please sign in to comment.