From 167ef32065a682a1afa5a7c0e64e95cfa870ae17 Mon Sep 17 00:00:00 2001 From: Furkan Bayraktar Date: Mon, 15 Dec 2025 00:27:20 +0100 Subject: [PATCH] Add :blog-image-alt to CLI spec The :blog-image-alt option was used internally but not exposed via the CLI spec, causing it to be silently dropped when using `bb quickblog render`. --- CHANGELOG.md | 1 + src/quickblog/api.clj | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f223a08..d93977d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Instances of quickblog can be seen [here](https://github.com/borkdude/quickblog? ## Unreleased - Add support for a blog contained within another website; see [Serving an alternate content root](README.md#serving-an-alternate-content-root) in README. ([@jmglov](https://github.com/jmglov)) +- Fix `:blog-image-alt` option being ignored when using CLI (`bb quickblog render`) ## 0.4.7 (2025-06-12) diff --git a/src/quickblog/api.clj b/src/quickblog/api.clj index 1013f67..a7f74cb 100644 --- a/src/quickblog/api.clj +++ b/src/quickblog/api.clj @@ -142,6 +142,11 @@ :ref "" :group :social-sharing} + :blog-image-alt + {:desc "Alt text for blog thumbnail image" + :ref "" + :group :social-sharing} + ;; Favicon :favicon {:desc "If true, favicon will be added to all pages"