Universe

[ 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

  1. Use import "@preview/typsite:0.1.0"
  2. Install typsite bin, RECOMMENDED typsite-template
  3. Start your journey of typst-static-site !

Acknowledgements