feat: Gatsby init
parents
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"dependencies": { | ||
"gatsby-cli": "^3.3.0" | ||
} | ||
} |
pln/.gitignore
0 → 100644
pln/.prettierignore
0 → 100644
pln/.prettierrc
0 → 100644
pln/LICENSE
0 → 100644
pln/README.md
0 → 100644
pln/TODO.md
0 → 100644
pln/gatsby-browser.js
0 → 100644
pln/gatsby-config.js
0 → 100644
pln/gatsby-node.js
0 → 100644
pln/gatsby-ssr.js
0 → 100644
pln/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
pln/package.json
0 → 100644
pln/src/components/header.js
0 → 100644
pln/src/components/layout.css
0 → 100644
pln/src/components/layout.js
0 → 100644
pln/src/components/seo.js
0 → 100644
pln/src/images/WIP_GaLactic.png
0 → 100644
This image diff could not be displayed because it is too large.
You can
view the blob
instead.
pln/src/images/gatsby-astronaut.png
0 → 100644
163 KB
pln/src/images/gatsby-icon.png
0 → 100644
20.7 KB
pln/src/pages/404.js
0 → 100644
pln/src/pages/about.js
0 → 100644
pln/src/pages/index.js
0 → 100644
pln/src/pages/page-2.js
0 → 100644
pln/src/pages/using-typescript.tsx
0 → 100644