From 691c503c95296461afec875c3ddfae31ab47c3a2 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 29 Jun 2025 21:16:31 +0900 Subject: [PATCH 1/2] Add OGP card image --- content/posts/2025/2025-06-29-kumano-nachi-shrine.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/2025/2025-06-29-kumano-nachi-shrine.md b/content/posts/2025/2025-06-29-kumano-nachi-shrine.md index 6d32813..b3e04a9 100644 --- a/content/posts/2025/2025-06-29-kumano-nachi-shrine.md +++ b/content/posts/2025/2025-06-29-kumano-nachi-shrine.md @@ -6,6 +6,7 @@ description = "仙台市近郊にある熊野那智神社に向かいました tags = ["名取"] categories = ["ドライブ"] author = "kazu634" +images = ["ogp/2025-06-29-kumano-nachi-shrine.webp"] +++ 最近自動車を買いました。行動範囲が広がり、色々なところに行っています。今回は仙台市近郊にある熊野那智神社に向かいました。 From 97cf4c8073727aabb81476f329928f06994c4c52 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 29 Jun 2025 21:16:56 +0900 Subject: [PATCH 2/2] Compress `.gpx` file --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6318c3..8084344 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - name: Compress-the-Assets image: alpine:3.9 commands: - - find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %' + - find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML|gpx)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %' - name: housekeep image: appleboy/drone-ssh @@ -88,7 +88,7 @@ steps: - name: Compress-the-Assets image: alpine:3.9 commands: - - find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %' + - find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML|gpx)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %' - name: housekeep image: appleboy/drone-ssh