1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-21 01:39:53 +01:00
👔 Portfolio thingy, built with Gatsby https://matthiaskretschmann.com
Go to file
2018-05-07 18:38:18 +02:00
data add Matomo tracking 2018-05-07 18:38:18 +02:00
src add Matomo tracking 2018-05-07 18:38:18 +02:00
static humans.txt & robots.txt 2018-05-06 18:38:51 +02:00
.editorconfig
.eslintrc eslint tweaks 2018-05-04 19:42:17 +02:00
.gitignore
.gitlab-ci.yml
.prettierignore better UX for vcard download 2018-05-07 11:10:50 +02:00
.prettierrc
.stylelintrc
deploy.sh switch to YAML data 2018-05-05 00:17:26 +02:00
gatsby-browser.js add Matomo tracking 2018-05-07 18:38:18 +02:00
gatsby-config.js add Matomo tracking 2018-05-07 18:38:18 +02:00
gatsby-node.js image tweaks 2018-05-05 20:59:24 +02:00
gatsby-ssr.js add Matomo tracking 2018-05-07 18:38:18 +02:00
package.json make vcard work again 2018-05-07 10:48:34 +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