feat: Basic page rendering implemented.

This commit is contained in:
Spencer Brower
2026-07-10 17:58:42 -04:00
parent 93090afa5a
commit 44faebee6c
2 changed files with 162 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ main :: proc() {
pages := walk_content(opt.content_dir, opt.drafts)
print_summary(pages)
render_site(pages, opt.output_dir)
}
load_default_options :: proc(opt: ^Options) {