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.1
To build the website, run:
make html
Explore the content/ folder for examples.
Links
- tufted.vsheg.com — live demo and docs of the latest stable version
- dev.tufted.vsheg.com — current dev version
- Repository on GitHub — source code, issues, and contributions
- Typst Universe — template page
- Tufte CSS — used for styling, loaded automatically from a CDN
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.