"torchvision/vscode:/vscode.git/clone" did not exist on "68f511eb3510ab6fffd258c8aaeffdc1a574212c"
Initial commit
Scaffolded with Gatsby CLI 2.8.26 and Gatsby 2.18.12
parents
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
gatsby-browser.js
0 → 100644
gatsby-config.js
0 → 100644
gatsby-node.js
0 → 100644
gatsby-ssr.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "gatsby-starter-default", | ||
| "private": true, | ||
| "description": "A simple starter to get up and developing quickly with Gatsby", | ||
| "version": "0.1.0", | ||
| "author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
| "dependencies": { | ||
| "gatsby": "^2.18.12", | ||
| "gatsby-image": "^2.2.34", | ||
| "gatsby-plugin-manifest": "^2.2.31", | ||
| "gatsby-plugin-offline": "^3.0.27", | ||
| "gatsby-plugin-react-helmet": "^3.1.16", | ||
| "gatsby-plugin-sharp": "^2.3.5", | ||
| "gatsby-source-filesystem": "^2.1.40", | ||
| "gatsby-transformer-sharp": "^2.3.7", | ||
| "prop-types": "^15.7.2", | ||
| "react": "^16.12.0", | ||
| "react-dom": "^16.12.0", | ||
| "react-helmet": "^5.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "prettier": "^1.19.1" | ||
| }, | ||
| "keywords": [ | ||
| "gatsby" | ||
| ], | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "build": "gatsby build", | ||
| "develop": "gatsby develop", | ||
| "format": "prettier --write \"**/*.{js,jsx,json,md}\"", | ||
| "start": "npm run develop", | ||
| "serve": "gatsby serve", | ||
| "clean": "gatsby clean", | ||
| "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/gatsbyjs/gatsby-starter-default" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/gatsbyjs/gatsby/issues" | ||
| } | ||
| } |
src/components/header.js
0 → 100644
src/components/image.js
0 → 100644
src/components/layout.css
0 → 100644
src/components/layout.js
0 → 100644
src/components/seo.js
0 → 100644
163 KB
src/images/gatsby-icon.png
0 → 100644
20.7 KB
src/pages/404.js
0 → 100644
src/pages/index.js
0 → 100644
src/pages/page-2.js
0 → 100644