1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-03 18:35:07 +01:00

Merge pull request #86 from kremalicious/feature/photos

Feature/photos
This commit is contained in:
Matthias Kretschmann 2018-11-07 02:07:41 +01:00 committed by GitHub
commit 02a5a322e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
175 changed files with 392 additions and 113 deletions

View File

@ -15,6 +15,7 @@
## Table of Contents
- [Table of Contents](#table-of-contents)
- [🎉 Features](#-features)
- [🎆 EXIF extraction](#-exif-extraction)
- [💰 Cryptocurrency donation via Web3/MetaMask](#-cryptocurrency-donation-via-web3metamask)
@ -30,8 +31,8 @@
- [🎈 Add a new post](#-add-a-new-post)
- [🚚 Deployment](#-deployment)
- [🏛 Licenses](#-licenses)
- [Posts](#-posts)
- [Photos & images](#-photos-images)
- [Posts](#posts)
- [Photos & images](#photos--images)
---
@ -167,6 +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)

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -1,10 +1,10 @@
---
type: photo
title: Anton Henning, Heimat schaffen, Simpsons
image: ../media/2015-03-29-anton-henning-heimat-schaffen-simpsons.jpg
image: 2015-03-29-anton-henning-heimat-schaffen-simpsons.jpg
author: Matthias Kretschmann
---
Anton Henning, Heimat schaffen - home is where the heart is (II), Germany, 2015.
[Instagram](https://instagram.com/p/00qW1wNSm6/)
[Instagram](https://instagram.com/p/00qW1wNSm6/)

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -0,0 +1,8 @@
---
type: photo
title: Thanks for the tip little orange blob
image: 2015-03-29-thanks-for-the-tip-little-orange-blob.jpg
author: Matthias Kretschmann
---
[Instagram](https://instagram.com/p/00qW1wNSm6/)

View File

@ -1,8 +1,8 @@
---
type: photo
title: Obligatory it's summer in Berlin photo
title: "Obligatory it's summer in Berlin photo"
image: ../media/obligatory-it-s-summer-in-berlin-photo.jpg
author: Matthias Kretschmann
---
[Instagram](https://instagram.com/p/1ikG3qtSkG/)
[Instagram](https://instagram.com/p/1ikG3qtSkG/)

View File

@ -0,0 +1,8 @@
---
type: photo
title: "Suddenly... a new Hindu temple appears around the corner"
image: 2015-04-17-suddenly-a-new-hindu-temple-appears-around-the-corner.jpg
author: Matthias Kretschmann
---
[Instagram](https://instagram.com/p/08ngIbtSvs/)

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Rotterdam coats
image: ../media/2017-02-19-rotterdam-coats.jpg
image: 2017-02-19-rotterdam-coats.jpg
author: Matthias Kretschmann
date: 2017-02-19 21:13:38.626498000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: David Chipperfield staircase
image: ../media/2017-02-21-david-chipperfield-staircase.jpg
image: 2017-02-21-david-chipperfield-staircase.jpg
author: Matthias Kretschmann
date: 2017-02-21 21:18:36.350189000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: EU Gotham City
image: ../media/2017-02-26-eu-gotham-city.jpg
image: 2017-02-26-eu-gotham-city.jpg
author: Matthias Kretschmann
date: 2017-02-26 23:32:50.225380000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Amsterdam cliché
image: ../media/2017-02-27-amsterdam-cliche.jpg
image: 2017-02-27-amsterdam-cliche.jpg
author: Matthias Kretschmann
date: 2017-02-27 16:21:42.964539000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: "It's dark and I don't exist"
image: ../media/2017-02-27-its-dark-and-i-dont-exist.jpg
image: 2017-02-27-its-dark-and-i-dont-exist.jpg
author: Matthias Kretschmann
date: 2017-02-27 17:29:32.626557000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Stedelijk Museum
image: ../media/2017-02-28-stedelijk-museum.jpg
image: 2017-02-28-stedelijk-museum.jpg
author: Matthias Kretschmann
date: 2017-02-28 13:48:35.217273000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Temple Guardian Rijksmuseum
image: ../media/2017-02-28-temple-guardian-rijksmuseum.jpg
image: 2017-02-28-temple-guardian-rijksmuseum.jpg
author: Matthias Kretschmann
date: 2017-02-28 15:38:28.206431000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Watching The Night Watch
image: ../media/2017-02-28-watching-the-night-watch.jpg
image: 2017-02-28-watching-the-night-watch.jpg
author: Matthias Kretschmann
date: 2017-02-28 14:45:08.139508000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Hamburg's Elbphilharmonie
image: ../media/2017-04-16-hamburgs-elbphilharmonie.jpg
image: 2017-04-16-hamburgs-elbphilharmonie.jpg
author: Matthias Kretschmann
date: 2017-04-16 18:26:20.280801000 +02:00
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

View File

@ -0,0 +1,9 @@
---
type: photo
date: 2017-04-29T00:00:00.000Z
title: Palace scaffolding
image: 2017-04-29-palace-scaffolding.jpg
---
Reconstructed [Berlin Palace](https://en.wikipedia.org/wiki/Berlin_Palace) taking shape.

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Kapaleeshwarar Temple Chennai
image: ../media/2017-07-05-kapaleeshwarar-temple-chennai.jpg
image: 2017-07-05-kapaleeshwarar-temple-chennai.jpg
author: Matthias Kretschmann
date: 2017-07-05 21:21:41.413746000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: "Kochi's street art game is strong"
image: ../media/2017-07-08-kochis-streetart-game-is-strong.jpg
image: 2017-07-08-kochis-streetart-game-is-strong.jpg
author: Matthias Kretschmann
date: 2017-07-08 14:28:19.869188000 +02:00
---

View File

Before

Width:  |  Height:  |  Size: 5.1 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

View File

@ -1,7 +1,7 @@
---
type: photo
title: Orphaned elephant with friend
image: ../media/2017-07-09-orphaned-elephant-with-friend.jpg
image: 2017-07-09-orphaned-elephant-with-friend.jpg
author: Matthias Kretschmann
date: 2017-07-09 09:41:37.771378000 +02:00
---

Some files were not shown because too many files have changed in this diff Show More