Skip to content

Commit

Permalink
chore: add files
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Jan 4, 2019
1 parent 5c037ac commit 204b988
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
process.noDeprecation = true; // https://github.com/webpack/webpack/issues/6568

const siteUrl =
process.env.URL || process.env.DEPLOY_URL || "https://blog.dustinschau.com";

module.exports = {
siteMetadata: {
author: "Dustin Schau",
description:
"The blog of the Omaha, Nebraska based software engineer, Dustin Schau",
siteUrl,
social: {
twitter: "schaudustin"
}
},
__experimentalThemes: [
{
resolve: '@dschau/gatsby-theme-blog',
resolve: "@dschau/gatsby-theme-blog",
options: {
root: __dirname
}
}
]
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "Dustin Schau <dustinschau@gmail.com> (https://blog.dustinschau.com)",
"dependencies": {
"@dschau/gatsby-theme-blog": "0.1.6",
"@dschau/gatsby-theme-blog": "^0.2.0",
"gatsby": "2.0.85"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,10 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@dschau/gatsby-theme-blog@0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@dschau/gatsby-theme-blog/-/gatsby-theme-blog-0.1.6.tgz#a269a3b6048575a4a7409a649ec09fd30424e841"
integrity sha512-U/hiun10qdrEhy2az1V1KhJPtRgkhJEcpJH76GYn5vZ2W1F7Es8614y7bMlKC+0YhWp2awlseAcdwyh68UtqDA==
"@dschau/gatsby-theme-blog@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@dschau/gatsby-theme-blog/-/gatsby-theme-blog-0.2.0.tgz#ac735fee2b1afc3fec61e0a539f29d61e5c81ccd"
integrity sha512-naLX1S6JO/iCw/0nGA/yqjhv2nNS0YRyrL9uUi3p+CJxLLMFN/okgXip0oRr0SP5r9G8Xde22JAx/Q0+gGwewQ==
dependencies:
"@dschau/gatsby-theme-utils" "^0.0.3"
"@dschau/particles.js" "2.0.0"
Expand Down

0 comments on commit 204b988

Please # to comment.