Skip to content

Commit

Permalink
Add the gatsby-plugin-theme-ui and change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
khriztianmoreno committed Sep 24, 2019
1 parent 856f0d1 commit ce833e1
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
author: `@gatsbyjs`,
},
plugins: [
'gatsby-plugin-theme-ui',
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-source-filesystem`,
Expand Down
232 changes: 232 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -5,18 +5,23 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@emotion/core": "^10.0.17",
"@mdx-js/react": "^1.5.0",
"@theme-ui/presets": "^0.2.42",
"gatsby": "^2.15.21",
"gatsby-image": "^2.2.20",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-offline": "^3.0.8",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-sharp": "^2.2.16",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
"react-helmet": "^5.2.1",
"theme-ui": "^0.2.43"
},
"devDependencies": {
"prettier": "^1.18.2"
Expand Down

0 comments on commit ce833e1

Please sign in to comment.