Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header #8

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ sudo: false
branches:
except:
- /^v\d/
after_success:
- export GH_PULL_REQUEST=$TRAVIS_PULL_REQUEST
- make build
- surge-review
before_deploy: yarn predeploy
deploy:
provider: pages
skip_cleanup: true
local_dir: public
target_branch: master
fqdn: emdaer.me
github_token: $DEPLOY_GH_TOKEN
email: [email protected]
name: emdaerbot
github_token: $GH_TOKEN
email: $GH_EMAIL
name: $GH_USERNAME
on:
branch: site
node: 8.9
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`,
],
};
18 changes: 14 additions & 4 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,24 @@
"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"
"prettier": "^1.7.4",
"surge": "^0.19.0",
"surge-review": "^1.0.2"
},
"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