Skip to content

Commit

Permalink
package modification to gh-pages issue #343 + updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Grimm committed Mar 25, 2020
1 parent df20694 commit 838e6df
Show file tree
Hide file tree
Showing 4 changed files with 18,727 additions and 18,469 deletions.
Binary file added .yarn/cache/gh-pages-npm-2.2.0-7dddbcd165-2.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = {
policy: [{ userAgent: '*', allow: '/' }],
})
})
}
}
},
},
`gatsby-plugin-sitemap`,
Expand All @@ -153,7 +153,7 @@ module.exports = {
siteUrl
}
}
allSitePage {
edges {
node {
Expand Down Expand Up @@ -223,12 +223,12 @@ module.exports = {
frontmatter {
title
date
slug
slug
type
}
}
}
}
}
}
`,
output: "/rss.xml",
Expand Down
162 changes: 86 additions & 76 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,86 @@
{
"name": "cursorbeat-dev-blog",
"private": true,
"description": "The CursorBeat Blog",
"version": "0.1.0",
"author": "Adrian Grimm",
"dependencies": {
"axios": "^0.19.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.7",
"core-js": "^3.6.4",
"dotenv": "^8.2.0",
"gatsby": "^2.19.49",
"gatsby-cli": "^2.10.13",
"gatsby-image": "^2.2.45",
"gatsby-plugin-feed": "^2.3.29",
"gatsby-plugin-lodash": "^3.1.22",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-offline": "^3.0.42",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-sitemap": "^2.2.30",
"gatsby-plugin-styled-components": "^3.1.21",
"gatsby-plugin-typography": "^2.3.25",
"gatsby-remark-prismjs": "^3.3.36",
"gatsby-source-filesystem": "^2.1.57",
"gatsby-transformer-remark": "^2.6.59",
"gatsby-transformer-sharp": "^2.3.19",
"global": "^4.4.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.24.0",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-is": "^16.13.1",
"react-moment": "^0.9.7",
"react-typography": "^0.16.19",
"smooth-scroll": "^16.1.2",
"styled-components": "^5.0.1",
"typography": "^0.16.19",
"webpack-dev-server": "^3.10.3"
},
"devDependencies": {
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-styled-components": "0.0.0",
"gatsby-plugin-eslint": "^2.0.8",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"CursorBeat.dev",
"Blog",
"CursorBeat",
"Development"
],
"license": "MIT",
"scripts": {
"deploy": "gatsby build && gh-pages -d public -b master -r https://${GH_TOKEN}@github.com/cursorbeat/cursorbeat.github.io.git",
"build": "gatsby build",
"debug": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\"",
"run": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/cursorbeat/cursorbeat.github.io"
},
"bugs": {
"url": "https://github.com/cursorbeat/cursorbeat.github.io"
}
}
{
"name": "cursorbeat-dev-blog",
"private": true,
"description": "The CursorBeat Blog",
"version": "0.2.0",
"author": "Adrian Grimm",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@types/react": "^16.9.25",
"axios": "^0.19.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.7",
"core-js": "^3.6.4",
"core-js-pure": "^3.6.4",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"fs-extra": "^9.0.0",
"gatsby": "^2.20.4",
"gatsby-cli": "^2.11.1",
"gatsby-image": "^2.3.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-lodash": "^3.2.1",
"gatsby-plugin-manifest": "^2.3.2",
"gatsby-plugin-offline": "^3.1.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-typography": "^2.4.1",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-telemetry": "^1.2.1",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.2",
"global": "^4.4.0",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.5",
"md5": "^2.2.1",
"moment": "^2.24.0",
"pnp-webpack-plugin": "^1.6.4",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-is": "^16.13.1",
"react-moment": "^0.9.7",
"react-typography": "^0.16.19",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.0.1",
"typography": "^0.16.19",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.10.3"
},
"devDependencies": {
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-styled-components": "0.0.0",
"gatsby-plugin-eslint": "^2.0.8",
"gh-pages": "^2.2.0",
"prettier": "^2.0.2"
},
"keywords": [
"CursorBeat.dev",
"Blog",
"CursorBeat",
"Development"
],
"license": "MIT",
"scripts": {
"deploy": "gatsby build && gh-pages -d public -b master -r https://${GH_TOKEN}@github.com/cursorbeat/cursorbeat.github.io.git ",
"build": "gatsby build",
"debug": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\"",
"run": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/cursorbeat/cursorbeat.github.io"
},
"bugs": {
"url": "https://github.com/cursorbeat/cursorbeat.github.io"
}
}
Loading

0 comments on commit 838e6df

Please sign in to comment.