Manifesto 📚 is the first HTML Typst documentation template for packages, built to be very easy to use. It is 100% written in Typst, responsive and directly uses your typst.toml to automatically get your package information.
You are free to check either this example from bone or this one from zap.
Quick usage
The template is very easy to use, and will transform your whole project into a stunning online documentation in just a second.
#import "@preview/manifesto:0.1.0": template
#show: it => template(it, title: "MyPackage", toml: "PATH_TO/typst.toml")
= My first title
Lorem ipsum
Options
The template function accepts a few parameters to customize the data displayed on the website.
| Option | Default value | Description |
|---|---|---|
title (required) |
The title of your package | |
toml |
none |
The path to the typst.toml file |
version |
none |
Your package version |
description |
none |
Your package description |
repository |
none |
Your package repository URL (e.g. GitHub) |
universe |
none |
Your package name on Typst universe name |
license |
none |
Your package license |
Note that giving the toml file is aready enough, and will fill in the other options.
Contributing
I highly welcome contributions 🌱! Creating and maintaining this template takes time and love. If you’d like to help, don’t hesitate to join the journey 🤩!