diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index bffdc93..963644f 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -33,7 +33,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.126.1 + HUGO_VERSION: 0.127.0 steps: - name: Install Hugo CLI run: | diff --git a/.gitignore b/.gitignore index 3774736..8ff4550 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ out/ public/ .hugo_build.lock +.DS_Store diff --git a/content/blog/bb2024-devils-tower.md b/content/blog/bb2024-devils-tower.md new file mode 100644 index 0000000..71ed7db --- /dev/null +++ b/content/blog/bb2024-devils-tower.md @@ -0,0 +1,14 @@ +--- +title: "Devil's Tower, WY" +date: "2024-06-04" +draft: false +image: 'images/bb2024-devils-tower.jpg.thumb' +--- + +The thirteenth stop: Devil's Tower, WY. Featured in several sci-fi movies such as "Close Encounters of a Third Kind", Devil's Tower is a really large strange rock formation in the middle of nowhere. Pretty cool to see though, much more green in real life! The mildly-nearby Keyhole State Park and reservoir is also really nice. + +(Map here) + +![Devil's Tower](/images/bb2024-devils-tower.JPG) + +[More photos](https://photos.app.goo.gl/J2iFjVJC6kHS1KA78) diff --git a/content/blog/bb2024-grand-teton.md b/content/blog/bb2024-grand-teton.md new file mode 100644 index 0000000..8475cbe --- /dev/null +++ b/content/blog/bb2024-grand-teton.md @@ -0,0 +1,14 @@ +--- +title: "Grand Teton National Park, WY" +date: "2024-06-07" +draft: false +image: 'images/bb2024-grand-teton.jpg.thumb' +--- + +The fifteenth stop: Grand Teton National Park, WY. Such a stunning set of jagged, shark-tooth mountains! We had a nice drive through the park, and enjoyed checking out the only winery in Wyoming in nearby Jackson. Next time we'll have to do some hikes, but at least we missed the [road collapse](https://apnews.com/article/teton-pass-road-collapse-wyoming-760896e13241d0376b3014ed81ddeda7). + +(Map here) + +![Grand Teton](/images/bb2024-grand-teton.jpg) + +[More photos](https://photos.app.goo.gl/EZ2PB4rBuW2rJTXy5) diff --git a/content/blog/bb2024-yellowstone.md b/content/blog/bb2024-yellowstone.md new file mode 100644 index 0000000..0f3b441 --- /dev/null +++ b/content/blog/bb2024-yellowstone.md @@ -0,0 +1,14 @@ +--- +title: "Yellowstone National Park, WY" +date: "2024-06-05" +draft: false +image: 'images/bb2024-yellowstone.jpg.thumb' +--- + +The fourteenth stop: Yellowstone National Park, WY. The country's first national park never disappoints! We saw all kinds of cool wildlife, including black and grizzly bears, wolves, badgers, a bald eagle, a crane, and a million bison. Not to mention all the otherworldly geologic features, geysers and pools. + +(Map here) + +![Yellowstone](/images/bb2024-yellowstone.jpg) + +[More photos](https://photos.app.goo.gl/kwZywCk6pqJnRz8w7) diff --git a/static/images/bb2024-devils-tower.JPG b/static/images/bb2024-devils-tower.JPG new file mode 100644 index 0000000..8a99106 Binary files /dev/null and b/static/images/bb2024-devils-tower.JPG differ diff --git a/static/images/bb2024-devils-tower.JPG.thumb b/static/images/bb2024-devils-tower.JPG.thumb new file mode 100644 index 0000000..22f0ba7 Binary files /dev/null and b/static/images/bb2024-devils-tower.JPG.thumb differ diff --git a/static/images/bb2024-grand-teton.jpg b/static/images/bb2024-grand-teton.jpg new file mode 100644 index 0000000..e8e1d78 Binary files /dev/null and b/static/images/bb2024-grand-teton.jpg differ diff --git a/static/images/bb2024-grand-teton.jpg.thumb b/static/images/bb2024-grand-teton.jpg.thumb new file mode 100644 index 0000000..83e598a Binary files /dev/null and b/static/images/bb2024-grand-teton.jpg.thumb differ diff --git a/static/images/bb2024-yellowstone.jpg b/static/images/bb2024-yellowstone.jpg new file mode 100644 index 0000000..68c9999 Binary files /dev/null and b/static/images/bb2024-yellowstone.jpg differ diff --git a/static/images/bb2024-yellowstone.jpg.thumb b/static/images/bb2024-yellowstone.jpg.thumb new file mode 100644 index 0000000..fcf88a0 Binary files /dev/null and b/static/images/bb2024-yellowstone.jpg.thumb differ diff --git a/static/images/logo.png.thumb b/static/images/logo.png.thumb index 5ffd4cf..5ca3131 100644 Binary files a/static/images/logo.png.thumb and b/static/images/logo.png.thumb differ