1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00
👔 Portfolio thingy, built with Gatsby https://matthiaskretschmann.com
Go to file
2018-05-13 21:56:38 +02:00
data networks fix, split up logo unit 2018-05-13 21:56:38 +02:00
src networks fix, split up logo unit 2018-05-13 21:56:38 +02:00
static load matomo script locally 2018-05-11 00:33:08 +02:00
.editorconfig linting 2018-05-12 22:14:53 +02:00
.eslintrc linting 2018-05-12 22:14:53 +02:00
.gitignore ignore local matomo plugin 2018-05-08 13:16:46 +02:00
.gitlab-ci.yml cache build output 2018-05-08 21:42:19 +02:00
.prettierignore linting 2018-05-12 22:14:53 +02:00
.prettierrc linting 2018-05-13 02:42:43 +02:00
.stylelintrc linting 2018-05-13 02:42:43 +02:00
deploy.sh deployment 2018-05-07 23:19:27 +02:00
gatsby-browser.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
gatsby-config.js load matomo script locally 2018-05-11 00:33:08 +02:00
gatsby-node.js linting 2018-05-12 22:14:53 +02:00
gatsby-ssr.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
package.json networks fix, split up logo unit 2018-05-13 21:56:38 +02:00
README.md switch more images, icon tweaks 2018-04-22 23:52:21 +02:00

matthiaskretschmann.com

Portfolio of Matthias Kretschmann

pipeline status

Development

npm i
npm start

Get SVG images

import { ReactComponent as Logo } from '../../images/logo.svg'

Deployment

npm run deploy