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-08 13:17:38 +02:00
data switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
src fix SEO url 2018-05-07 21:35:32 +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 ignore local matomo plugin 2018-05-08 13:16:46 +02:00
.gitlab-ci.yml deployment 2018-05-07 23:19:27 +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 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 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-08 13:17: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