Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall Family Photos #193

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions bin/copy_latest_slug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash

# This script is useful for copying the slug name of the latest blog post.
#
# Usage: (from the project root)
# bin/copy_latest_slug
#
# Example output: (from clipboard)
# 2024-11-21-fall-family-photos

# Get the directory of the script
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

# Navigate to the content/articles directory relative to the script's location
cd "$SCRIPT_DIR/../content/articles" || {
echo "ERROR: Could not navigate to content/articles directory."
exit 1
}

# Get the newest markdown file, remove the extension, strip newline, and copy to clipboard
eza -s newest -r -- *.md | head -n 1 | sed 's/\.md$//' | tr -d '\n' | pbcopy
46 changes: 46 additions & 0 deletions content/articles/2024-11-21-fall-family-photos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: 'Fall Family Photos'
date: '2024-11-21'
author: 'Joshua Steele'
cover: 'https://res.cloudinary.com/dnkvsijzu/image/upload/v1732215246/OFReport/2024-11-21-fall-family-photos/family-2024-1200x630_quqqn8.jpg'
caption: >
The Steele family, fall 2024: Joshua, Kelsie, Abigail, Rebekah, Hosanna,
Kathryn, David, Mia
preview: >
If you’ve been following my Facebook updates this month, you know we’ve had
some exciting days of ministry in central and southern Ukraine. I’m working on
a more detailed report about all that, but in the meantime, I thought I’d
share something a bit lighter: our latest family photos!
tags:
- family
- photos
---

If you’ve been following my
[Facebook updates](https://www.facebook.com/1040006553/videos/3854627231471825/)
this month, you know we’ve had some exciting days of ministry in central and
southern Ukraine. I’m working on a more detailed report about all that, but in
the meantime, I thought I’d share something a bit lighter: our latest family
photos!

Abigail visited us in October, so we decided to take some new family photos in a
nearby park. We were so happy with how they turned out, and it reminded us again
of how blessed we are to have a family. God is good!

<article-image publicId="OFReport/2024-11-21-fall-family-photos/abbie-david-2024_pcoil1" height="768" caption="Those big-sister vibes! 😍" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/kids-2024_izy6vv" width="768" caption="Our six treasures 💎" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/abigail-2024_wkug0g" height="768" caption="Abigail Hope" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/rebekah-2024_gvvfhj" height="768" caption="Rebekah Praise" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/hosanna-2024_hwhwlf" height="768" caption="Hosanna Joy" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/kathryn-2024_d8jg4b" height="768" caption="Kathryn Grace" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/david-2024_kg1kfy" height="768" caption="David Noble" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/mia-2024_f4xo1y" height="768" caption="Mia Faith" />

<article-image publicId="OFReport/2024-11-21-fall-family-photos/kelsie-joshua-2024_a13y2w" height="768" caption="Joshua and Kelsie - 20 years together and counting! 💕" />
10 changes: 5 additions & 5 deletions pages/family.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
description:
'Joshua and Kelsie are missionaries enjoying life as best friends, serving their Savior, and raising up their children to honor Him.',
image:
'https://res.cloudinary.com/dnkvsijzu/image/upload/c_fill,f_auto,h_630,q_auto:best,w_1200/v1572346054/OFReport/assets/steele-family-2018-12-6_sdixdx.jpg',
'https://res.cloudinary.com/dnkvsijzu/image/upload/c_fill,f_auto,h_630,q_auto:best,w_1200/v1732215040/OFReport/assets/family-2024-cropped_inq8ir.jpg',
title: 'The Steele Family',
};
},
Expand Down Expand Up @@ -66,24 +66,24 @@ export default {
}

.family {
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_768/v1607358340/OFReport/assets/steeles-fall-2020_mcp242.jpg');
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_768/v1732215040/OFReport/assets/family-2024-cropped_inq8ir.jpg');
}

@screen xs {
.family {
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_1024/v1607358340/OFReport/assets/steeles-fall-2020_mcp242.jpg');
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_1024/v1732215040/OFReport/assets/family-2024-cropped_inq8ir.jpg');
}
}

@screen md {
.family {
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_1500/v1607358340/OFReport/assets/steeles-fall-2020_mcp242.jpg');
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_1500/v1732215040/OFReport/assets/family-2024-cropped_inq8ir.jpg');
}
}

@screen lg {
.family {
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_2000/v1607358340/OFReport/assets/steeles-fall-2020_mcp242.jpg');
background-image: url('https://res.cloudinary.com/dnkvsijzu/image/upload/c_scale,f_auto,q_auto:best,w_2000/v1732215040/OFReport/assets/family-2024-cropped_inq8ir.jpg');
}
}

Expand Down