this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

allow serving drafts

Altagos b0253a2a a27ffa08

+5
+5
build.zig
··· 42 42 .build_assets = &.{stylesheet}, 43 43 }); 44 44 run_zine.step.dependOn(&install_stylesheet.step); 45 + 46 + if (b.args) |args| { 47 + run_zine.addArgs(args); 48 + } 49 + 45 50 serve.dependOn(&run_zine.step); 46 51 }