Note: this project is still extremely experimental
Cause why not
An opinionated personal website written in typst.
If not using the nix flake. Compile with typst version 0.13.1
You can build the entire site using just:
just build
This will compile all typst files in the src/ directory and output the generated HTML to the dist/ directory with proper directory structure.
Optionally, you can directly serve with python.
reminder to myself to look at the tracking issue for typst html export (and maybe even contribute if I can write good code).
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