Package Information
- Last Updated
- Authors
- Glommzzz
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/typsite:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/typsite:0.1.0": *Typsite
[ English | 中文 ]
1. Introduction
Typsite is a static site generator (SSG) that uses pure Typst for content creation. It processes these Typst files to generate a complete static website.
And this typst package is a standard lib for typsite, it provides these features:
- Typsite Rewrite & MetaContent & MetaOption & MetaGraph functions
- HTML binding functions
- Typst Math -> MathML
- Auto-sized-inline (fix typst svg viewBox)
2. Installation
- Use
import "@preview/typsite:0.1.0" - Install typsite bin, RECOMMENDED typsite-template
- Start your journey of typst-static-site !