1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00

new photos

This commit is contained in:
Matthias Kretschmann 2021-11-28 21:49:16 +00:00
parent 93b0e42d2f
commit 7819b354f3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
8 changed files with 20 additions and 6 deletions

View File

@ -80,7 +80,7 @@ jobs:
GATSBY_TYPEKIT_ID: ${{ secrets.GATSBY_TYPEKIT_ID }} GATSBY_TYPEKIT_ID: ${{ secrets.GATSBY_TYPEKIT_ID }}
GATSBY_MAPBOX_ACCESS_TOKEN: ${{ secrets.GATSBY_MAPBOX_ACCESS_TOKEN }} GATSBY_MAPBOX_ACCESS_TOKEN: ${{ secrets.GATSBY_MAPBOX_ACCESS_TOKEN }}
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v2
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
with: with:
name: public name: public
@ -93,7 +93,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/download-artifact@v1 - uses: actions/download-artifact@v2
with: with:
name: public name: public
- run: npm run deploy - run: npm run deploy

View File

@ -4,5 +4,3 @@ date: 2020-09-12T18:50:29.000Z
title: Friedrichshain title: Friedrichshain
image: 2020-09-12-friedrichshain.jpg image: 2020-09-12-friedrichshain.jpg
--- ---
DCIM\100MEDIA\DJI_0188.JPG

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -0,0 +1,8 @@
---
date: 2021-07-07T14:46:34.000Z
title: Museum Neuruppin Staircase
image: 2021-07-07-museum-neuruppin-staircase.jpg
---
Staircase within the old building of the [Museum Neuruppin](https://www.museum-neuruppin.de)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -0,0 +1,8 @@
---
date: 2021-08-08T02:36:08.000Z
title: Київський фунікулер
image: 2021-08-08-kyiv-funicular.jpg
---
Entrance to the [Kyiv Funicular](https://en.wikipedia.org/wiki/Kyiv_Funicular).

View File

@ -15,7 +15,7 @@ export const Image = ({
className={`${styleImage} ${className ? className : ''}`} className={`${styleImage} ${className ? className : ''}`}
data-original={original?.src} data-original={original?.src}
> >
<GatsbyImage image={image} alt={alt} /> <GatsbyImage image={image} alt={alt} objectFit="contain" />
{title && <figcaption className={imageTitle}>{title}</figcaption>} {title && <figcaption className={imageTitle}>{title}</figcaption>}
</figure> </figure>
) )

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./dist/", "outDir": "./dist/",
"target": "ESNext", "target": "esnext",
"moduleResolution": "node", "moduleResolution": "node",
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,