theme = "academic"
title = "Academic Site"
description = "Research, teaching, publications, and notes."
pdf = false
[static]
include = ["assets/**"]
[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",
]