calepin 0.0.12

A Rust CLI for preprocessing Typst documents with executable code chunks
title = "My Site"
description = "A static website built from Typst documents."
# base_url = "https://example.com"
# logo = "assets/logo.svg"
# logo_alt = "My Site"
# Omit favicon to use the generated default.
# favicon = "assets/favicon.ico"
pdf = false

# Add top-bar links with [navbar]. External links can include icons.
# [[navbar.item]]
# position = "right"
# target = "https://github.com/user/repo"
# label = "{icon:github} GitHub"

[sidebar]

[[sidebar.section]]
title = "Pages"

  [[sidebar.section.item]]
  target = "index.typ"
  label = "Home"