My static-site blog based on astro and typst

I made a blog based on astro and typst. This is in fact my original goal as I started to explore typst since April 2023.

This blog site is pretty minimalistic, implemented only in 650 LoC:

------------------------------------------------------------------------
Language              files          blank        comment           code
------------------------------------------------------------------------
Astro                     9             24             15            272
CSS                       2              3              9            172
Typst                     2             19             11            120
JavaScript                2              3              4             31
TOML                      1              5              0             25
JSON                      1              0              0             16
TypeScript                2              3              5             15
------------------------------------------------------------------------
SUM:                     19             57             44            651
------------------------------------------------------------------------

Credit:

Links:

My static-site blog based on astro and typst

image

14 Likes

This is really cool! I’ve been trying to create a website in a similar way using Typst.

On an unrelated note—I love using tinymist, thanks for maintaining it!

3 Likes