Pages/Gatsby
parents
.gitlab-ci.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
gatsby-config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gatsby-starter-default", | ||
"description": "Gatsby default starter", | ||
"version": "1.0.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"gatsby": "^1.9.17", | ||
"gatsby-link": "^1.6.15", | ||
"gatsby-plugin-react-helmet": "^1.0.5" | ||
}, | ||
"keywords": [ | ||
"gatsby" | ||
], | ||
"license": "MIT", | ||
"main": "n/a", | ||
"scripts": { | ||
"build": "gatsby build", | ||
"develop": "gatsby develop", | ||
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^1.6.1" | ||
} | ||
} |
src/layouts/index.css
0 → 100644