Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 809 Bytes

File metadata and controls

28 lines (17 loc) · 809 Bytes

Note: this project is still extremely experimental

weby

Cause why not

An opinionated personal website written in typst.

Compilation

Use typst 0.15

You can build the entire site using just:

just build

This will compile all linked typst files and output the generated HTML to the dist/ directory with proper directory structure.

Serving

just serve

Notes

reminder to myself to look at the tracking issue for typst html export (and maybe even contribute if I can write good code).

Credits

To @sayako for not letting me give up on this.

To @Krasjet for showing what is possible.

To @laurmaedje for developing typst export to html