feat: Icons are now loaded from templates (no longer baked-in).

This commit is contained in:
Spencer Brower
2026-07-13 10:37:03 -04:00
parent 9671a90726
commit cdb4ad9329
11 changed files with 276 additions and 157 deletions
+1
View File
@@ -5,6 +5,7 @@ import "core:os"
main :: proc() {
site: Site
init_site(&site, os.args)
defer destroy_site(&site)
pages := walk_content(site.content_dir, site.drafts)