Update photos to be clickable
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Photography
|
title: Photography
|
||||||
|
sort_by: date
|
||||||
extra:
|
extra:
|
||||||
section_embed_mode: photos
|
section_embed_mode: photos
|
||||||
---
|
---
|
||||||
|
27
content/photography/nova-scotia-2019.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: Photos from Nova Scotia
|
||||||
|
date: 2019-08-09
|
||||||
|
description: My favorites from a larger collection of photos taken in Nova Scotia
|
||||||
|
extra:
|
||||||
|
cover_image: /photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- ## Evening shots -->
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg")}}
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg")}}
|
||||||
|
|
||||||
|
## Ultra-wides
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_123604.jpg")}}
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_114718.jpg")}}
|
||||||
|
|
||||||
|
## Other interesting photos
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg")}}
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg")}}
|
||||||
|
|
||||||
|
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg")}}
|
@ -12,30 +12,30 @@ While I was mainly focused on shooting video, I did take a few hundred photos al
|
|||||||
|
|
||||||
<!-- ## From the streets -->
|
<!-- ## From the streets -->
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170621_132531-01.jpeg")}}
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170621_131126-01.jpeg")}}
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170621_225558-01.jpeg")}}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor).
|
I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor")}}.
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170621_105853-01.jpeg")}}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170621_105921-01.jpeg")}}
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170622_112655-01.jpeg")}}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
I also took a bunch of neat waterfall photos:
|
I also took a bunch of neat waterfall photos:
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170622_152959-01.jpeg")}}
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170622_153509-02.jpeg")}}
|
||||||
|
|
||||||

|
{{clickable_photo(path="/photos/quebec-2017/20170622_153903-01.jpeg")}}
|
||||||
|
BIN
static/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg
Normal file
After Width: | Height: | Size: 3.3 MiB |
BIN
static/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
static/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
static/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg
Normal file
After Width: | Height: | Size: 689 KiB |
BIN
static/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
static/photos/nova-scotia-2019/PANO_20190805_114718.jpg
Normal file
After Width: | Height: | Size: 6.9 MiB |
BIN
static/photos/nova-scotia-2019/PANO_20190805_123604.jpg
Normal file
After Width: | Height: | Size: 5.0 MiB |
4
templates/shortcodes/clickable_photo.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<a href="{{path}}">
|
||||||
|
<img src="{{path}}" {% if alt %} alt="{{alt}}" {% endif %}>
|
||||||
|
</a>
|
||||||
|
<br>
|