calepin 0.0.14

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"

# Generate Atom/RSS feeds for the site.
# Requires base_url to be set.
# generate_feeds = true
#
# [feeds]
# filenames = ["atom.xml", "rss.xml"]

pdf = false

[static]
include = ["assets/**"]

# 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"