From f2315a58fdaaa20c9e1300399ea8d528c80e2cc6 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 28 Jul 2026 23:09:22 -0400 Subject: new post, and few updates --- main.typ | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.typ') diff --git a/main.typ b/main.typ index 1ed62ff..a7f470a 100644 --- a/main.typ +++ b/main.typ @@ -9,6 +9,7 @@ #import "/software.typ" as software-page #import "/contact.typ" as contact-page +#import "/post/a-rack-finally.typ" as a-rack-finally #import "/post/framework-server-p2.typ" as post-framework-server-p2 #import "/post/nas-upgrade.typ" as post-nas-upgrade #import "/post/listing-my-fav-advice.typ" as post-listing-my-fav-advice @@ -32,6 +33,10 @@ #page("contact", site-info, contact-page.doc) ] +#document("post/a-rack-finally.html", title: title-for("post/a-rack-finally"))[ + #post-page("post/a-rack-finally", site-info, a-rack-finally.doc) +] + #document("post/framework-server-p2.html", title: title-for("post/framework-server-p2"))[ #post-page("post/framework-server-p2", site-info, post-framework-server-p2.doc) ] -- cgit v1.2.3