mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Compare commits
2 Commits
c1d707a48d
...
eabce39740
| Author | SHA1 | Date | |
|---|---|---|---|
| eabce39740 | |||
| cfb66e79c0 |
62
Brewfile.lock.json
Normal file
62
Brewfile.lock.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"entries": {
|
||||
"brew": {
|
||||
"exiftool": {
|
||||
"version": "12.76",
|
||||
"bottle": {
|
||||
"rebuild": 0,
|
||||
"root_url": "https://ghcr.io/v2/homebrew/core",
|
||||
"files": {
|
||||
"arm64_sonoma": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:eaefac7e07b3e99c42d2aa0a99c8e78355c6d6a874245445de60d45c846febd7",
|
||||
"sha256": "eaefac7e07b3e99c42d2aa0a99c8e78355c6d6a874245445de60d45c846febd7"
|
||||
},
|
||||
"arm64_ventura": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:c98ed3b14a4d1c66cdb7c19b21fab826ce4c53df12e7a02a51f093f342e7c3b3",
|
||||
"sha256": "c98ed3b14a4d1c66cdb7c19b21fab826ce4c53df12e7a02a51f093f342e7c3b3"
|
||||
},
|
||||
"arm64_monterey": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:c98ed3b14a4d1c66cdb7c19b21fab826ce4c53df12e7a02a51f093f342e7c3b3",
|
||||
"sha256": "c98ed3b14a4d1c66cdb7c19b21fab826ce4c53df12e7a02a51f093f342e7c3b3"
|
||||
},
|
||||
"sonoma": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:d7518674545b5024eb61598e5597c0a42a3eec16bebe249c5ac00de773a45169",
|
||||
"sha256": "d7518674545b5024eb61598e5597c0a42a3eec16bebe249c5ac00de773a45169"
|
||||
},
|
||||
"ventura": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:3a9703e2864c0e897286d4bb8d77d63612ca50fcec2c61e809c19838acb60474",
|
||||
"sha256": "3a9703e2864c0e897286d4bb8d77d63612ca50fcec2c61e809c19838acb60474"
|
||||
},
|
||||
"monterey": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:3a9703e2864c0e897286d4bb8d77d63612ca50fcec2c61e809c19838acb60474",
|
||||
"sha256": "3a9703e2864c0e897286d4bb8d77d63612ca50fcec2c61e809c19838acb60474"
|
||||
},
|
||||
"x86_64_linux": {
|
||||
"cellar": ":any_skip_relocation",
|
||||
"url": "https://ghcr.io/v2/homebrew/core/exiftool/blobs/sha256:01ef54fe0dfd9c6b794a61a269cd1599b58a79851f74c4369fbb33f1737f813c",
|
||||
"sha256": "01ef54fe0dfd9c6b794a61a269cd1599b58a79851f74c4369fbb33f1737f813c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"system": {
|
||||
"macos": {
|
||||
"sonoma": {
|
||||
"HOMEBREW_VERSION": "4.2.21",
|
||||
"HOMEBREW_PREFIX": "/opt/homebrew",
|
||||
"Homebrew/homebrew-core": "api",
|
||||
"CLT": "15.3.0.0.1.1708646388",
|
||||
"Xcode": "15.3",
|
||||
"macOS": "14.4.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
Gemfile
1
Gemfile
@ -2,4 +2,5 @@ source "https://rubygems.org"
|
||||
|
||||
gem "erb"
|
||||
gem "exiftool"
|
||||
gem "i18n"
|
||||
gem "pry"
|
||||
|
||||
@ -3,10 +3,13 @@ GEM
|
||||
specs:
|
||||
cgi (0.4.1)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.2.3)
|
||||
erb (4.0.4)
|
||||
cgi (>= 0.3.3)
|
||||
exiftool (1.2.5)
|
||||
json
|
||||
i18n (1.14.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.7.2)
|
||||
method_source (1.1.0)
|
||||
pry (0.14.2)
|
||||
@ -20,6 +23,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
erb
|
||||
exiftool
|
||||
i18n
|
||||
pry
|
||||
|
||||
BUNDLED WITH
|
||||
|
||||
@ -19,7 +19,7 @@ date = Date.today.iso8601
|
||||
|
||||
template = ERB.new(File.read("archetypes/photos/index.md.erb"))
|
||||
|
||||
post_dir = "content/photos/#{date}-#{parameterize(photo[:title])}"
|
||||
post_dir = "content/photos/#{date}-#{parameterize(photo[:title] || photo[:file_name])}"
|
||||
|
||||
if !Dir.exist?(post_dir)
|
||||
Dir.mkdir(post_dir)
|
||||
|
||||
BIN
content/photos/2024-05-12-cabin-in-algoma/DJI_0101.jpg
Normal file
BIN
content/photos/2024-05-12-cabin-in-algoma/DJI_0101.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 MiB |
27
content/photos/2024-05-12-cabin-in-algoma/index.md
Normal file
27
content/photos/2024-05-12-cabin-in-algoma/index.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "Cabin in Algoma"
|
||||
date: 2024-05-12
|
||||
categories:
|
||||
tags:
|
||||
- vacation
|
||||
- aerial photo
|
||||
- drone
|
||||
- lake
|
||||
layout: post
|
||||
image: DJI_0101.jpg
|
||||
---
|
||||
|
||||
<figure class="photo photo--wide">
|
||||
<img src="DJI_0101.jpg" alt="Aerial shot of the cabin Sofía and I stayed in a few
|
||||
weeks ago in Algoma, WI">
|
||||
|
||||
<figcaption>
|
||||
DJI Air 2S,
|
||||
8.4mm (35mm equivalent: 22.0mm),
|
||||
ISO 100,
|
||||
1/1250
|
||||
at ƒ/2.8
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Aerial shot of the cabin Sofía and I stayed in a few weeks ago in Algoma, WI.
|
||||
Loading…
Reference in New Issue
Block a user