From 184207f88bdf9dc486b785ebea9367458b7d354a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 16 Jul 2025 23:52:47 -0400 Subject: [PATCH 1/2] fix justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index db26990..a5a7a09 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -zonaref := `rg "^.*(git\+.*).*$" -r '$1' .forgejo/workflows/deploy.yml` +zonaref := 'zona>=1.2.0' echo: echo {{zonaref}} From 33986cc0c6a71283131b0a9443e2951c2acd34a3 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Jul 2025 14:41:38 -0400 Subject: [PATCH 2/2] wip: RSS config --- config.yml | 2 ++ templates/post_list.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index e1eec62..09750b1 100644 --- a/config.yml +++ b/config.yml @@ -17,5 +17,7 @@ markdown: enabled: true theme: ashen wrap: false +feed: + timezone: America/Toronto blog: dir: blog diff --git a/templates/post_list.html b/templates/post_list.html index e98693a..a10e804 100644 --- a/templates/post_list.html +++ b/templates/post_list.html @@ -11,8 +11,8 @@