1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00
👔 Portfolio thingy, built with Gatsby https://matthiaskretschmann.com
Go to file
2018-05-07 20:57:14 +02:00
data switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +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 drop da base 🍷 2018-03-18 20:39:18 +01:00
.eslintrc eslint tweaks 2018-05-04 19:42:17 +02:00
.gitignore finalize gatsby migration 2018-04-08 01:29:55 +02:00
.gitlab-ci.yml CI tweaks 2018-04-21 12:10:42 +02:00
.prettierignore better UX for vcard download 2018-05-07 11:10:50 +02:00
.prettierrc migrate to Gatsby.js 2018-04-06 17:24:35 +02:00
.stylelintrc finalize gatsby migration 2018-04-08 01:29:55 +02:00
deploy.sh switch to YAML data 2018-05-05 00:17:26 +02:00
gatsby-browser.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
gatsby-config.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
gatsby-node.js image tweaks 2018-05-05 20:59:24 +02:00
gatsby-ssr.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
package.json package updates 2018-05-07 20:57:14 +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