davideisinger.com

My personal website
Log | Files | Refs | README

commit 63188e02085db393e31163d7d39c9e364600b1cc
parent eab9cb479e63b2221dec5e01332ebda8fe06316d
Author: David Eisinger <[email protected]>
Date:   Mon, 30 Jun 2025 11:00:36 -0400

add some assets

Diffstat:
Mbin/audio | 3++-
Acontent/journal/dispatch-29-july-2025/Heat Lightning.mp3 | 0
Mcontent/journal/dispatch-29-july-2025/index.md | 5+++++
Acontent/journal/dispatch-29-july-2025/jeep_wrangler.jpg.enc | 0
4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/audio b/bin/audio @@ -40,7 +40,8 @@ end dest = [config.directory, "#{config.title}.mp3"].join("/").squeeze("/") -`ffmpeg -i "#{config.file}" -af "pan=mono|FC=FL" -y "#{dest}"` +# `ffmpeg -i "#{config.file}" -af "pan=mono|FC=FL" -y "#{dest}"` +`ffmpeg -i "#{config.file}" -y "#{dest}"` `id3tag --artist="#{config.artist}" --song="#{config.title}" "#{dest}"` puts `id3info "#{dest}"` diff --git a/content/journal/dispatch-29-july-2025/Heat Lightning.mp3 b/content/journal/dispatch-29-july-2025/Heat Lightning.mp3 Binary files differ. diff --git a/content/journal/dispatch-29-july-2025/index.md b/content/journal/dispatch-29-july-2025/index.md @@ -12,6 +12,11 @@ Some thoughts here... <audio controls src="/journal/dispatch-29-july-2025/Holden Beach House.mp3"></audio> +<audio controls src="/journal/dispatch-29-july-2025/Heat Lightning.mp3"></audio> + +{{<dither jeep_wrangler.jpg "782x600" />}} +{{<dither jeep_wrangler.jpg "782x600" />}} + ### This Month * Adventure: diff --git a/content/journal/dispatch-29-july-2025/jeep_wrangler.jpg.enc b/content/journal/dispatch-29-july-2025/jeep_wrangler.jpg.enc Binary files differ.