No description
Find a file
Jean-Marie 'Histausse' Mineau db42d9b926
basic home button
2026-03-18 23:06:39 +01:00
lib basic home button 2026-03-18 23:06:39 +01:00
test_template basic home button 2026-03-18 23:06:39 +01:00
.gitignore git test/example typ 2026-03-18 13:57:12 +01:00
README.md add some doc 2026-03-18 14:38:04 +01:00
typst.toml basic site 2026-03-16 00:28:28 +01:00

Typst Template for Website

This is highly experimental, use at your own risque. I recommend forking and making your own modifications.

Install

This is not in Universe, if you wand to use this package, symlink the repo to local:

mkdir -p ~/.local/share/typst/packages/local/template-web/
ln -s $(pwd) ~/.local/share/typst/packages/local/template-web/0.0.1

Usage

Then to use it in your typst file:

#import "@local/template-web:0.0.1": *

#set document(
  title: "TeTyTe",
  author: "Me!",
  description: "Test of the TTT template",
)

#show: webpage.with(
  "http://test.example.com",
)

#lorem(200)

See test_template/main.typ for an example.

Test with typst watch --features html --format html main.typ.