Skip to content

Commit

Permalink
Going public!
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 2, 2020
1 parent c214eae commit be58360
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
- [ ] use better [color system][10]
- [x] light theme
- [ ] ~~Eventually new Font: [ZOOM-PRO][9]~~ (too expensive)
- [ ] !!! use external CMS service for data instead of github !!!
- [ ] open source the code 🤫 (requires above)
- [x] open source the code 🤫 (requires above)

[1]: https://www.gatsbyjs.org/packages/gatsby-plugin-preact/
[2]: https://nim-lang.org/docs/tut1.html
Expand Down
4 changes: 1 addition & 3 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ module.exports.onClientEntry = () => {
}

module.exports.onInitialClientRender = () => {
if (isProd) {
printCorporateMessage()
}
printCorporateMessage()
}

// exports.onRouteUpdate = ({ location }) => {
Expand Down
8 changes: 4 additions & 4 deletions gatsby/browser/corporateMessage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = () => {
const colorPrimary = '#00e2a1'
const colorDark = '#1f242e'
const colorPrimary = '#00D68F'
const colorDark = '#1F242E'

const styleShared = `
font-family: 'Inter', sans-serif;
Expand Down Expand Up @@ -39,11 +39,11 @@ module.exports = () => {
)
console.log(
`%c
Welcome fellow %cdeveloper%c! 🎉
Welcome fellow %cdeveloper%c! 🍹
I'm happy to see you here. If you want to have
look on my code and the architecture, my
portfolio is available on GitHub:
https://github.com/muuvmuuv/portfolio 🔒
https://github.com/muuvmuuv/portfolio 🔓
`,
styleShared,
styleBold,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marvin-digital",
"version": "3.14.0",
"version": "3.15.0",
"private": true,
"description": "Portfolio of and by Marvin Heilemann (@muuvmuuv)",
"repository": "git@github.com:muuvmuuv/portfolio.git",
Expand Down Expand Up @@ -114,4 +114,4 @@
"stylelint-scss": "^3.14.2",
"taskz": "^1.3.0"
}
}
}

0 comments on commit be58360

Please sign in to comment.