Yet another yet another blog generator with Typst

I made this as a lightweight (in conceptual terms) wrapper around just calling typst c ... --format html one bajillion times. Thus, it’s more close to simple static site generators like 11ty or a plain templating language than a full framework.

In particular, all this CLI does is try to copy and compile files in a smart way.

Please do try it out and let me know if there are bugs/feature requests, and if you see yourself able to use this in the future!

Mirroring the Discord’s showcase post at Discord.

2 Likes

Hi! Could you provide a repo description on GitHub?

I’m adding your project to the list Best of Typst (TCDM). The description and other metadata on GitHub will be automatically fetched, if you have set them.

2 Likes

Very cool! I’ve done so, go ahead :)

1 Like

Update: my site at GitHub - wade-cheng/wade-cheng.github.io: personal website is generated with Typst.

2 Likes

CHANGELOG.md

One morbillion updates since last posting. Including me handwriting a http server to cut down compile times, so it’s just an release candidate version for now as I give it some battle testing via my site for some time.

See compile-typst-site documentation

1 Like