calepin 0.0.12

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#set document(title: [Shared Data Model for Academic Sites])

#metadata((
  kind: "project",
  status: "active",
  people: "Ada Scholar, Lab Members",
  funding: "Example Foundation",
  date: "2026-04-01",
  summary: "A project connecting publication metadata, CV entries, teaching pages, and computational articles.",
  featured: true,
)) <website-metadata>

#title()

This project explores how one structured source can produce a website, a CV,
and publication metadata.