aboutsummaryrefslogtreecommitdiff
path: root/main.typ
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-29 03:09:22 +0000
committerKumar Damani <me@kumardamani.net>2026-07-29 03:09:22 +0000
commitf2315a58fdaaa20c9e1300399ea8d528c80e2cc6 (patch)
treeba30cdcf156657abf05a1ba7353fe1d7c3276844 /main.typ
parent4dcc448d7b34911757169997300f306458751e4f (diff)
new post, and few updates
Diffstat (limited to 'main.typ')
-rw-r--r--main.typ5
1 files changed, 5 insertions, 0 deletions
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)
] <contact>
+#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)
+] <post-a-rack-finally>
+
#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)
] <post-framework-server-p2>