Skip to content

Commit 111745b

Browse files
committed
Update blog list and fix makim.yaml
1 parent 8832951 commit 111745b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.makim.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ groups:
2323
find "$SEARCH_DIR" -name "*.qmd" -exec sh -c \
2424
'dir=$(dirname "$0"); base=$(basename "$0" .qmd); (cd "$dir" && quarto render "$base.qmd" --to gfm)' {} \;
2525
else
26-
echo "[WW] Quarto is not available on PATH; .qmd files will not be rendered."
26+
echo "[EE] Quarto is not available on PATH; .qmd files will not be rendered."
27+
exit 1
2728
fi
2829
2930
# 3) Remove console colors from generated md files

theme/blog-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% macro render_blog(title, description, time, url, page) -%}
55
{% if title != "Blog" %}
66
{# Thumbnail path (fallback if missing) #}
7-
{% set thumb = '/images/placeholders/post-16x9.png' %}
7+
{% set thumb = 'https://fastly.picsum.photos/id/866/600/300.jpg?hmac=Zlb4VEJZKg8E6U7UZGt9Mq8Ly0cZsb8ZloMpw_5WB2M' %}
88
{% if page.meta and page.meta.slug and page.meta.thumbnail %}
99
{% set thumb = '/blog/' ~ page.meta.slug ~ page.meta.thumbnail %}
1010
{% endif %}

0 commit comments

Comments
 (0)