Create project in app
A static website template built using Typst’s experimental HTML export. Requires no external dependencies other than basic make.

Installation & Usage
Initialize the template from the Typst package registry:
typst init @preview/tufted:0.1.0
To build the website, run:
make html
Explore the content/ folder for examples.
Links
- Repository on GitHub
- Typst Universe
- Tufte CSS — used for styling, loaded automatically from a CDN
- tufted.vsheg.com — live demo and docs
License
The source code is available on GitHub under the MIT License. The template in the template/ directory uses the more permissive MIT-0 license.