Skip to content

Commit

Permalink
Sync all film photos from mjrbfilm on instagram
Browse files Browse the repository at this point in the history
This is so I don't have to do a lot of tedious copy
and pasting whenever I post an edited film shot to instagram.

Also change a few things on the film layout page
and use jpeg instead of jpg extension
  • Loading branch information
martin-brennan committed Apr 28, 2024
1 parent e9285d4 commit 6f1c9b3
Show file tree
Hide file tree
Showing 76 changed files with 400 additions and 89 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ gem "mini_magick"
group :development do
gem "pry"
gem "pry-byebug"
gem "httparty"
gem "syntax_tree"
end
97 changes: 54 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,99 +1,110 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
byebug (11.1.3)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.1.7)
em-websocket (0.5.2)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.14.2)
ffi (1.14.2-x64-mingw32)
ffi (1.16.3)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.5)
google-protobuf (3.25.1)
http_parser.rb (0.8.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.3.3)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
method_source (1.0.0)
mini_magick (4.11.0)
mini_portile2 (2.8.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.6-x64-mingw32)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
multi_xml (0.6.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
pry (0.13.1)
prettier_print (1.2.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
racc (1.6.0)
rb-fsevent (0.10.4)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
racc (1.7.3)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
webrick (1.7.0)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-x64-mingw32)
google-protobuf (~> 3.23)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
httparty
jekyll (~> 4.0)
jekyll-seo-tag
mini_magick
nokogiri
posix-spawn
pry
pry-byebug
syntax_tree
webrick (~> 1.7)

BUNDLED WITH
Expand Down
3 changes: 2 additions & 1 deletion _film/001_harley_davidson.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Ultramax 400
order: 1
---

A Harley spotted out at Maleny, QLD. Each Saturday you will find many such machines cruising through the mountain towns in the Sunshine Coast Hinterland, though much tamer than the members of the [[crabs_motorcycle_club|Crabs MC]]. From what I can tell, I think it's a [Dyna Super Glide](https://en.wikipedia.org/wiki/Harley-Davidson_Super_Glide) based on looking at [this article](https://www.rideapart.com/features/253590/the-big-list-important-harley-davidsons-throughout-time/), not sure of the year or variant.
A Harley spotted out at Maleny, QLD. Each Saturday you will find many such machines cruising through the mountain towns in the Sunshine Coast Hinterland, though much tamer than the members of the [[crabs_motorcycle_club|Crabs MC]]. From what I can tell, I think it's a [Dyna Super Glide](https://en.wikipedia.org/wiki/Harley-Davidson_Super_Glide) based on looking at [this article](https://www.rideapart.com/features/253590/the-big-list-important-harley-davidsons-throughout-time/), not sure of the year or variant.
3 changes: 2 additions & 1 deletion _film/002-fisherman.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Ultramax 400
approx_date: August 2020
order: 2
---

A fisherman at [Bulcock Beach, Caloundra](https://www.sunshinecoast.qld.gov.au/Council/Local-Laws/Bulcock-Beach-Boardwalk), with the obscured [Glass House Mountains](https://parks.des.qld.gov.au/parks/glass-house-mountains) and a fire burning in the background.
A fisherman at [Bulcock Beach, Caloundra](https://www.sunshinecoast.qld.gov.au/Council/Local-Laws/Bulcock-Beach-Boardwalk), with the obscured [Glass House Mountains](https://parks.des.qld.gov.au/parks/glass-house-mountains) and a fire burning in the background.
3 changes: 2 additions & 1 deletion _film/003-fisherman-above.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Ultramax 400
approx_date: August 2020
order: 3
---

The same [fisherman](/film/002-fisherman) from above, on a [ferris wheel](/film/004-ferris-wheel) in Caloundra.
The same [fisherman](/film/002-fisherman) from above, on a [ferris wheel](/film/004-ferris-wheel) in Caloundra.
3 changes: 2 additions & 1 deletion _film/004-ferris-wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Ultramax 400
approx_date: August 2020
order: 4
---

A ferris wheel set up each year at Bulcock Beach, Caloundra. One of the images from the second roll of film I shot.
A ferris wheel set up each year at Bulcock Beach, Caloundra. One of the images from the second roll of film I shot.
3 changes: 2 additions & 1 deletion _film/005-olive.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Ultramax 400
order: 5
---

Our gorgeous dog Olive, relaxing in the park near our house. Named by my son Thomas after a character from the cartoon [Justin Time](https://en.wikipedia.org/wiki/Justin_Time_(TV_series))
Our gorgeous dog Olive, relaxing in the park near our house. Named by my son Thomas after a character from the cartoon [Justin Time](https://en.wikipedia.org/wiki/Justin_Time_(TV_series))
3 changes: 2 additions & 1 deletion _film/006-low-tide-dunes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Gold 200
order: 6
---

My friend invited me to a day out on his boat in the waterways around [South Stradbroke Island](https://en.wikipedia.org/wiki/South_Stradbroke_Island). It was an excellent winter's day and the weather was with us, the sun was out and there wasn't too much wind or high swell. This was taken at [Jumpinpin](https://en.wikipedia.org/wiki/Jumpinpin_Channel) which is an area that constantly shifts and changes due to the wind and the tide.
My friend invited me to a day out on his boat in the waterways around [South Stradbroke Island](https://en.wikipedia.org/wiki/South_Stradbroke_Island). It was an excellent winter's day and the weather was with us, the sun was out and there wasn't too much wind or high swell. This was taken at [Jumpinpin](https://en.wikipedia.org/wiki/Jumpinpin_Channel) which is an area that constantly shifts and changes due to the wind and the tide.
3 changes: 2 additions & 1 deletion _film/007-low-tide-dunes-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Kodak Gold 200
order: 7
---

Another shot from the day out on the boat described in [[006-low-tide-dunes|Low Tide Dunes]].
Another shot from the day out on the boat described in [[006-low-tide-dunes|Low Tide Dunes]].
3 changes: 2 additions & 1 deletion _film/008-corn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Fujifilm Superia X-TRA 400
order: 8
---

Corn growing at my mother's farm west of Ipswich, QLD.
Corn growing at my mother's farm west of Ipswich, QLD.
3 changes: 2 additions & 1 deletion _film/009-cunningham-sunset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: film
camera: Chinon CM-4s
lens: Chinon 50mm f1.9
stock: Fujifilm Superia X-TRA 400
order: 9
---

Sunset over [Cunningham's Gap](https://en.wikipedia.org/wiki/Cunninghams_Gap), which is a part of the [Great Dividing Range](https://en.wikipedia.org/wiki/Great_Dividing_Range), at my mother's farm.
Sunset over [Cunningham's Gap](https://en.wikipedia.org/wiki/Cunninghams_Gap), which is a part of the [Great Dividing Range](https://en.wikipedia.org/wiki/Great_Dividing_Range), at my mother's farm.
7 changes: 7 additions & 0 deletions _film/synced-film-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Broncos
layout: film
order: 10001
---

Taken during halftime at a Broncos game at Suncorp. Shot on Canon AE-1 with Ilford Delta 400
7 changes: 7 additions & 0 deletions _film/synced-film-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Paris Spring
layout: film
order: 10000
---

Somewhere near École Militaire on a perfect Paris spring day. Shot on Canon AE-1 with Portra 160
7 changes: 7 additions & 0 deletions _film/synced-film-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Versailles Flowers
layout: film
order: 10009
---

A riot of colour in Versailles. Shot on Canon AE-1 with Portra 400
7 changes: 7 additions & 0 deletions _film/synced-film-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Madrid Cafe
layout: film
order: 10010
---

Opening time in Madrid. Shot on Canon AE-1 with Portra 160. Developed and scanned by Your Local Film Lab 👌
7 changes: 7 additions & 0 deletions _film/synced-film-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - L'Orangerie
layout: film
order: 10011
---

The Orangerie at Versailles. Shot on Canon AE-1 Program with Portra 400. Developed and scanned by Your Local Film Lab
7 changes: 7 additions & 0 deletions _film/synced-film-13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Parc Clichy-Batignolles - Martin Luther King
layout: film
order: 10012
---

Among the tall grass at Parc Clichy-Batignolles - Martin Luther King. Shot on Canon AE-1 with Portra 400. Developed and scanned by Your Local Film Lab
7 changes: 7 additions & 0 deletions _film/synced-film-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Jardin des Tuileries
layout: film
order: 10013
---

A splash of colour against the grey sky at Jardin des Tuileries. Shot on Canon AE-1 with Portra 400.
7 changes: 7 additions & 0 deletions _film/synced-film-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Eiffel Tower Fog
layout: film
order: 10014
---

A foggy day at the Eiffel Tower. Shot on Canon AE-1 with Portra 400.
7 changes: 7 additions & 0 deletions _film/synced-film-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Kista Pony I
layout: film
order: 10015
---

An urban pony near Kista, outside Stockholm. Shot on Canon AE-1 with Kodak Gold 200. Developed and scanned by Your Local Film Lab
7 changes: 7 additions & 0 deletions _film/synced-film-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Kista Pony II
layout: film
order: 10016
---

Another Swedish pony near Kista, outside Stockholm. Shot on Canon AE-1 with Kodak Gold 200. Developed and scanned by Your Local Film Lab
7 changes: 7 additions & 0 deletions _film/synced-film-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - School Pick-Up Visby
layout: film
order: 10017
---

School pick-up time in Visby, Sweden. Shot on Canon AE-1 with Yoru FilmNeverDie 400.
7 changes: 7 additions & 0 deletions _film/synced-film-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Cottage of Hearts
layout: film
order: 10018
---

Cottage of Hearts in Visby, Sweden. Shot on Canon AE-1 with Yoru FilmNeverDie 400.
7 changes: 7 additions & 0 deletions _film/synced-film-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Lady Liberty in Musée d'Orsay
layout: film
order: 10002
---

Lady Liberty in Musée d'Orsay. Shot on Canon AE-1 with Portra 160
7 changes: 7 additions & 0 deletions _film/synced-film-20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Visby Sunset
layout: film
order: 10019
---

A splash of colour at sunset on Visby, Sweden. Shot on Canon AE-1 with Kodak Portra 160. Developed and scanned by Your Local Film Lab
7 changes: 7 additions & 0 deletions _film/synced-film-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Visby Flowers
layout: film
order: 10020
---

Blossoms on the island of Visby, Sweden. Shot on Canon AE-1 with Yoru FilmNeverDie 400.
7 changes: 7 additions & 0 deletions _film/synced-film-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Sunny Stockholm
layout: film
order: 10021
---

Enjoying the rare sun on a spring day in Stockholm. Shot on Canon AE-1 with Yoru FilmNeverDie 400.
7 changes: 7 additions & 0 deletions _film/synced-film-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Spring Flowers in Visby
layout: film
order: 10022
---

Spring bloom in Visby, Sweden. Shot on Canon AE-1 with Kodak Portra 160.
7 changes: 7 additions & 0 deletions _film/synced-film-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Film - Visby Spring
layout: film
order: 10023
---

Visby in the spring was a dream 🌸. Shot on Canon AE-1 with Kodak Portra 160.
Loading

0 comments on commit 6f1c9b3

Please sign in to comment.