1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-05 11:25:00 +01:00

link updates

This commit is contained in:
Matthias Kretschmann 2018-09-17 19:59:45 +02:00
parent 4b09be87bd
commit efcb84b594
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ All project images make use of the excellent [gatsby-image](https://github.com/g
All together, Gatsby automatically generates all required image sizes for delivering responsible, responsive images to visitors, including lazy loading of all images. Also includes the [intersection-observer polyfill](https://github.com/w3c/IntersectionObserver) to make lazy loading work properly in Safari. All together, Gatsby automatically generates all required image sizes for delivering responsible, responsive images to visitors, including lazy loading of all images. Also includes the [intersection-observer polyfill](https://github.com/w3c/IntersectionObserver) to make lazy loading work properly in Safari.
All project images use one single component defined in [`src/components/atoms/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries. All project images use one single component defined in [`src/components/molecules/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries.
### 💎 Importing SVG assets ### 💎 Importing SVG assets
@ -88,7 +88,7 @@ All SVG assets under `src/images/` will be converted to React components before
import Logo from './components/svg/Logo' import Logo from './components/svg/Logo'
``` ```
That's done with a simple bash script under [`src/scripts/svg.sh`](src/scripts/svg.sh) That's done with a simple bash script under [`scripts/svg.sh`](src/scripts/svg.sh)
### 🍬 Typekit component ### 🍬 Typekit component

View File

@ -21,7 +21,7 @@
}, },
"dependencies": { "dependencies": {
"file-saver": "^1.3.8", "file-saver": "^1.3.8",
"gatsby": "^2.0.0-rc.25", "gatsby": "^2.0.0-rc.27",
"gatsby-image": "^2.0.0-rc.3", "gatsby-image": "^2.0.0-rc.3",
"gatsby-plugin-manifest": "^2.0.2-rc.1", "gatsby-plugin-manifest": "^2.0.2-rc.1",
"gatsby-plugin-matomo": "^0.5.0", "gatsby-plugin-matomo": "^0.5.0",
@ -47,7 +47,7 @@
"vcf": "^2.0.1" "vcf": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@svgr/cli": "^2.3.0", "@svgr/cli": "^2.4.1",
"ava": "^0.25.0", "ava": "^0.25.0",
"babel-eslint": "^9.0.0", "babel-eslint": "^9.0.0",
"chrome-launcher": "^0.10.2", "chrome-launcher": "^0.10.2",