Skip to content

Commit e110f9a

Browse files
committed
Update description, package, and app name
1 parent 53d336d commit e110f9a

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
siteMetadata: {
33
title: `Python Pizza`,
4-
description: `AAA`,
4+
description: `Python Pizza is a 1 day micro-conference organised around the world to unite the love of Pizza and Python`,
55
author: `@pythonpizzaconf`,
66
},
77
plugins: [
@@ -22,6 +22,7 @@ module.exports = {
2222
short_name: `python.pizza`,
2323
start_url: `/?homepage=1`,
2424
background_color: `#fff`,
25+
application_name: 'Python Pizza',
2526
theme_color: `#ed4337`,
2627
display: `minimal-ui`,
2728
icon: `src/images/favicon.png`, // This path is relative to the root of the site.

package.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "gatsby-starter-default",
2+
"name": "pythonpizza",
33
"private": true,
4-
"description": "A simple starter to get up and developing quickly with Gatsby",
5-
"version": "0.1.0",
6-
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
4+
"description": "",
5+
"version": "1.0.0",
6+
"author": "Python Pizza",
77
"dependencies": {
88
"classnames": "^2.2.6",
99
"gatsby": "^2.5.5",
@@ -27,23 +27,12 @@
2727
"devDependencies": {
2828
"prettier": "^1.17.1"
2929
},
30-
"keywords": [
31-
"gatsby"
32-
],
3330
"license": "MIT",
3431
"scripts": {
3532
"build": "gatsby build",
3633
"develop": "gatsby develop",
3734
"format": "prettier --write src/**/*.{js,jsx}",
3835
"start": "npm run develop",
39-
"serve": "gatsby serve",
40-
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
41-
},
42-
"repository": {
43-
"type": "git",
44-
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
45-
},
46-
"bugs": {
47-
"url": "https://github.com/gatsbyjs/gatsby/issues"
36+
"serve": "gatsby serve"
4837
}
4938
}

0 commit comments

Comments
 (0)