mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
new photos
This commit is contained in:
parent
93b0e42d2f
commit
7819b354f3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
GATSBY_TYPEKIT_ID: ${{ secrets.GATSBY_TYPEKIT_ID }}
|
||||
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'
|
||||
with:
|
||||
name: public
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v1
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: public
|
||||
- run: npm run deploy
|
||||
|
@ -4,5 +4,3 @@ date: 2020-09-12T18:50:29.000Z
|
||||
title: Friedrichshain
|
||||
image: 2020-09-12-friedrichshain.jpg
|
||||
---
|
||||
|
||||
DCIM\100MEDIA\DJI_0188.JPG
|
||||
|
BIN
content/photos/2021-07-07-museum-neuruppin-staircase.jpg
Normal file
BIN
content/photos/2021-07-07-museum-neuruppin-staircase.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
8
content/photos/2021-07-07-museum-neuruppin-staircase.md
Normal file
8
content/photos/2021-07-07-museum-neuruppin-staircase.md
Normal 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)
|
BIN
content/photos/2021-08-08-kyiv-funicular.jpg
Normal file
BIN
content/photos/2021-08-08-kyiv-funicular.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
8
content/photos/2021-08-08-kyiv-funicular.md
Normal file
8
content/photos/2021-08-08-kyiv-funicular.md
Normal 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).
|
@ -15,7 +15,7 @@ export const Image = ({
|
||||
className={`${styleImage} ${className ? className : ''}`}
|
||||
data-original={original?.src}
|
||||
>
|
||||
<GatsbyImage image={image} alt={alt} />
|
||||
<GatsbyImage image={image} alt={alt} objectFit="contain" />
|
||||
{title && <figcaption className={imageTitle}>{title}</figcaption>}
|
||||
</figure>
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"target": "ESNext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
|
Loading…
Reference in New Issue
Block a user