t

typsite

@preview

Typsite std lib.

v0.1.0
Apache-2.0

Package Information

Last Updated
Authors
Glommzzz

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/typsite:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/typsite:0.1.0": *

Version History

0.1.0
ed83be456e61...

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

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

Acknowledgements