Skip to content

Commit 02df027

Browse files
authored
Add some photos, auto pull exif capture date (#221)
1 parent 3a55237 commit 02df027

15 files changed

Lines changed: 464 additions & 351 deletions

File tree

.vscode/launch.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"type": "pwa-node",
9-
"request": "launch",
10-
"name": "Launch Program",
8+
"name": "Attach by Process ID",
9+
"processId": "${command:PickProcess}",
10+
"request": "attach",
1111
"skipFiles": [
1212
"<node_internals>/**"
1313
],
14-
"program": "${workspaceFolder}/media.js",
15-
"outFiles": [
16-
"${workspaceFolder}/**/*.js"
17-
],
18-
"args": ["--dry-run", "${workspaceFolder}"],
19-
"envFile": "${workspaceFolder}/.env"
14+
"type": "node"
2015
}
2116
]
22-
}
17+
}

archetypes/photos/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ images:
77

88
camera: Sony α 7C II
99
location:
10+
captureDate:
1011

1112
COLOR_INFO:
1213
---
3.88 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Dives"
3+
date: 2025-09-03T12:00:00
4+
tags: [outdoors, backpacking]
5+
captureDate: 2025-07-22T11:37:42
6+
images:
7+
- https://content.camlittle.com/photos/2025-09-03-dives_1280.jpg
8+
9+
camera: Sony α 7C II
10+
location: Olympic National Park
11+
12+
color:
13+
top: '#929494'
14+
right: '#a4a6a7'
15+
left: '#899291'
16+
bottom: '#69766c'
17+
average: '#989b9c'
18+
---
5.08 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "Gila Flowers"
3+
date: 2025-09-03T12:10:00
4+
captureDate: 2025-08-29
5+
tags: [backpacking, outdoors, wildflowers]
6+
images:
7+
- https://content.camlittle.com/photos/2025-09-03-gila-flowers_1280.jpg
8+
9+
camera: Sony α 7C II
10+
location: Gila Wilderness
11+
12+
color:
13+
top: '#969481'
14+
right: '#949a82'
15+
left: '#919785'
16+
bottom: '#8d9484'
17+
average: '#8f907b'
18+
---
19+
20+
Top-to-right, then top-to-bottom:
21+
22+
1. Mexican Hat
23+
2. Red Morning Glory
24+
3. Dogweed
25+
4. Wallflower
26+
5. Sweet Four O'Clock
27+
6. Prickly Poppy
28+
7. Eyed Gilia
29+
8. Crag Lily
30+
9. New Mexico Hop
31+
10. Heartleaf Morning Glory
32+
11. Purple Geranium
33+
12. Red Cinquefoil
34+
2.81 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Robber Fly"
3+
date: 2025-09-03T12:30:00
4+
tags: [backpacking, wildlife, outdoors]
5+
captureDate: 2025-08-30T14:11:00
6+
images:
7+
- https://content.camlittle.com/photos/2025-09-03-robber-fly_1280.jpg
8+
9+
camera: Sony α 7C II
10+
location: Middle Fork Gila River, Gila Wilderness
11+
12+
color:
13+
top: '#7c935d'
14+
right: '#6b8e59'
15+
left: '#698955'
16+
bottom: '#587438'
17+
average: '#6b8a58'
18+
---
5 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Standoff"
3+
date: 2025-09-03T11:50:00
4+
tags: [outdoors, wildlife, backpacking]
5+
captureDate: 2025-07-22T09:06:00
6+
images:
7+
- https://content.camlittle.com/photos/2025-09-03-standoff_1280.jpg
8+
9+
camera: Sony α 7C II
10+
location: Olympic National Park
11+
12+
color:
13+
top: '#849098'
14+
right: '#8c8d8a'
15+
left: '#899566'
16+
bottom: '#c5b965'
17+
average: '#90988b'
18+
---

0 commit comments

Comments
 (0)