calepin 0.0.12

A Rust CLI for preprocessing Typst documents with executable code chunks
theme = "academic"
title = "Academic Site"
description = "Research, teaching, publications, and notes."
# base_url = "https://example.edu"
# Omit favicon to use the generated default.
# favicon = "assets/favicon.ico"
pdf = false

[sidebar]

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

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

  [[sidebar.section.item]]
  target = "publications/index.typ"
  label = "Publications"

  [[sidebar.section.item]]
  target = "teaching/index.typ"
  label = "Teaching"

  [[sidebar.section.item]]
  target = "projects/index.typ"
  label = "Projects"

  [[sidebar.section.item]]
  target = "talks/index.typ"
  label = "Talks"

  [[sidebar.section.item]]
  target = "posts/index.typ"
  label = "Posts"

  [[sidebar.section.item]]
  target = "cv.typ"
  label = "CV"

[pages]
include = [
  "publications/*.typ",
  "teaching/*.typ",
  "projects/*.typ",
  "talks/*.typ",
  "posts/*.typ",
]