From ff7c60bdedfc939230e5afce448fecedb131e301 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Mon, 16 Mar 2026 16:41:10 +0000 Subject: [PATCH] ignore WIP articles --- gen.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/gen.odin b/gen.odin index 242b6dc..6295b2e 100644 --- a/gen.odin +++ b/gen.odin @@ -43,6 +43,7 @@ generate_blog_md_file :: proc(path: string, allocator := context.allocator) { if trim_b == "index_non_blank" {continue} if trim_b == "test" {continue} if trim_b == "test_blog" {continue} + if strings.starts_with(trim_b, "!") {continue} append(&blog_list, blog) }