Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cws committed Feb 25, 2020
1 parent a91fed1 commit b1abcbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"private": true,
"name": "try-ghost",
"name": "gatsby-starter-try-ghost",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b master -r git@github.com:styxlab/styxlab.github.io"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
Expand All @@ -22,7 +19,7 @@
},
"dependencies": {
"gatsby": "^2.19.19",
"gatsby-theme-try-ghost": "*",
"gatsby-theme-try-ghost": "^1.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
Binary file added static/favicon.ico
Binary file not shown.
Binary file added static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit b1abcbe

Please sign in to comment.