mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +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_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
|
||||||
|
@ -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
|
|
||||||
|
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 : ''}`}
|
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>
|
||||||
)
|
)
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user