File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 11module . 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.
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments