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

7
lib/custom_html.typ Normal file
View file

@ -0,0 +1,7 @@
#let meta-og(property: "", content: "") = {
// "property" attr is not supported by html.meta ?
html.elem("meta", attrs: (property: property, content: content))
}
#let site-wrapper = html.elem.with("site-wrapper")
#let site-container = html.elem.with("site-container")