Skip to content

Commit

Permalink
feat(header): Add initial header and further setup environment
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteluke committed Nov 7, 2017
1 parent c567248 commit b5f939a
Show file tree
Hide file tree
Showing 14 changed files with 344 additions and 702 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"followers": 33,
"following": 15,
"created_at": "2012-01-05T15:20:07Z",
"updated_at": "2017-10-14T03:34:44Z"
"updated_at": "2017-11-04T07:29:29Z"
}
]
13 changes: 11 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
module.exports = {
siteMetadata: {
title: `Gatsby Default Starter`,
title: `emdaer`,
},
plugins: [`gatsby-plugin-react-helmet`],
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options: {
pathToConfigModule: `src/utils/typography.js`,
},
},
`gatsby-plugin-glamor`,
],
};
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@commitlint/config-angular": "^4.2.1",
"@emdaer/cli": "^1.2.2",
"@emdaer/core": "^1.2.2",
"@emdaer/core": "^1.4.0",
"@emdaer/plugin-contributors-details-github": "^1.2.1",
"@emdaer/plugin-import": "^1.2.2",
"@emdaer/plugin-import": "^1.4.0",
"@emdaer/plugin-license-reference": "^1.2.1",
"@emdaer/plugin-shields": "^1.2.1",
"@emdaer/plugin-value-from-package": "^1.2.1",
Expand All @@ -41,14 +41,22 @@
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"gh-pages": "^1.0.0",
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"prettier": "^1.7.4"
},
"dependencies": {
"bootstrap": "4.0.0-beta",
"gatsby": "^1.9.96",
"gatsby-link": "^1.6.24",
"gatsby-plugin-glamor": "^1.6.8",
"gatsby-plugin-react-helmet": "^1.0.8",
"gh-pages": "^1.0.0"
"gatsby-plugin-typography": "^1.7.10",
"glamorous": "^4.11.0",
"react-icons": "^2.2.7",
"reactstrap": "^5.0.0-alpha.3",
"typography": "^0.16.6",
"typography-theme-bootstrap": "^0.16.7"
}
}
Binary file added src/assets/logo-white-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5f939a

Please sign in to comment.