grelin_templates/presentation/data/config.typ
MORRO 91303740b8 Add presentation template scaffold and remove resume-career local README.
Scaffold 16:9 PPT directory for future work; drop tracked local README now covered by gitignore only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:24:10 +08:00

17 lines
287 B
Plaintext

#let meta = (
title: "GreLin 演示标题",
subtitle: "副标题 / 日期 / 演讲者",
author: "GreLin",
)
#let slides = (
(
title: "章节一",
body: "在此编写第一页正文。",
),
(
title: "章节二",
body: "在此编写第二页正文。",
),
)