1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00
👔 Portfolio thingy, built with Gatsby https://matthiaskretschmann.com
Go to file
2018-05-10 17:58:45 +02:00
data switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
src initial state based on time of day 2018-05-10 17:58:45 +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 theme switcher 2018-05-10 16:06:17 +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 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 add sitemap plugin 2018-05-08 17:21:04 +02:00
gatsby-node.js social tweaks 2018-05-09 22:10:37 +02:00
gatsby-ssr.js switch to gatsby-plugin-matomo 2018-05-07 19:31:10 +02:00
package.json package update 2018-05-08 20:54:48 +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