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

more photos & fixes

This commit is contained in:
Matthias Kretschmann 2018-11-06 20:52:59 +01:00
parent ab571c1a82
commit d77a897cc2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
16 changed files with 77 additions and 5 deletions

View File

@ -168,10 +168,12 @@ npm run format:css
```bash
npm run new "Hello World"
npm run new "Hello World" 2017-12-27
```
```bash
npm run new "Hello World" photo
npm run new "Hello World" photo 2017-12-27
```
- [`scripts/new.js`](scripts/new.js)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2018-01-10T00:00:00.000Z
title: Smoking death
image: 2018-01-10-smoking-death.jpg
---
Etched copper plate, seen at Hospital Santa Catarina, São Paulo, Brasil

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2018-01-24T00:00:00.000Z
title: Avenida Paulista I
image: 2018-01-24-avenida-paulista-i.jpg
---
Avenida Paulista, São Paulo, Brasil

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2018-01-25T00:00:00.000Z
title: Avenida Paulista II
image: 2018-01-25-avenida-paulista-ii.jpg
---
People are reclaiming Avenida Paulista every Sunday when it is closed for cars. Avenida Paulista, São Paulo, Brasil.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2018-02-24T00:00:00.000Z
title: Muzeul Național de Artă al României
image: 2018-02-24-muzeul-national-de-arta-al-romaniei.jpg
---
[Muzeul Naţional de Artă al României](http://www.mnar.arts.ro). The National Museum of Art of Romania, Bucharest, Romania

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -0,0 +1,11 @@
---
type: photo
date: 2018-02-25T00:00:00.000Z
title: Muzeul Național de Istorie a României
image: 2018-02-25-muzeul-national-de-istorie-a-romaniei.jpg
---
[Muzeul Național de Istorie a României](http://mnir.ro)
Fake Trajan's Column in the National Museum of Romanian History, Bucharest, Romania.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2018-05-01T00:00:00.000Z
title: "May Day, Kreuzberg"
image: 2018-05-01-may-day-kreuzberg.jpg
---
[May Day in Kreuzberg](https://en.wikipedia.org/wiki/May_Day_in_Kreuzberg) at Görlitzer Bahnhof.

View File

@ -33,7 +33,7 @@
"dms2dec": "^1.1.0",
"fast-exif": "^1.0.1",
"fraction.js": "^4.0.10",
"gatsby": "^2.0.39",
"gatsby": "^2.0.40",
"gatsby-image": "^2.0.18",
"gatsby-plugin-catch-links": "^2.0.6",
"gatsby-plugin-favicon": "^3.1.4",
@ -44,7 +44,7 @@
"gatsby-plugin-offline": "^2.0.12",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sass": "^2.0.3",
"gatsby-plugin-sharp": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-svgr": "^2.0.0-alpha",
"gatsby-plugin-webpack-size": "^0.0.3",
@ -52,11 +52,11 @@
"gatsby-remark-autolink-headers": "^2.0.10",
"gatsby-remark-copy-linked-files": "^2.0.6",
"gatsby-remark-highlights": "^1.3.4",
"gatsby-remark-images": "^2.0.5",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-smartypants": "^2.0.6",
"gatsby-source-filesystem": "^2.0.7",
"gatsby-transformer-remark": "^2.1.11",
"gatsby-transformer-sharp": "^2.1.7",
"gatsby-transformer-sharp": "^2.1.8",
"graphql": "^0.13.2",
"intersection-observer": "^0.5.1",
"load-script": "^1.0.0",
@ -70,7 +70,7 @@
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-modal": "^3.6.1",
"react-pose": "^3.4.0",
"react-pose": "^4.0.1",
"react-qr-svg": "^2.1.0",
"react-time": "^4.3.0",
"react-transition-group": "^2.5.0",

View File

@ -68,6 +68,8 @@
}
a {
display: block;
&:hover,
&:focus {
.featuredTitle {
@ -76,4 +78,8 @@
}
}
}
:global(.gatsby-image-wrapper) {
margin-bottom: 0;
}
}

View File

@ -12,6 +12,14 @@
@media (min-width: $screen-sm) {
padding-top: $spacer * 3;
padding-bottom: $spacer * 3;
&:first-of-type {
padding-top: $spacer * 4;
}
}
:global(.gatsby-image-wrapper) {
max-height: 100vh;
}
}