basic site

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-03-16 00:28:28 +01:00
parent e99be95ce6
commit a4337b3514
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 207 additions and 2 deletions

4
lib/html_utils.typ Normal file
View file

@ -0,0 +1,4 @@
#let html_show(body) = {
show raw.where(lang: "raw-css"): it => html.style(it.text)
body
}