title = "Example Site"
description = "A bilingual Calepin website scaffold with pages, posts, and theme-friendly content."
theme = "academic"
pdf = true
default_language = "en"
[languages.en]
label = "English"
content_dir = "."
[languages.fr]
label = "Français"
content_dir = "fr"
[static]
include = ["assets/**"]
[pages]
include = ["posts/*.typ"]
[[menus.main]]
target = "about.typ"
label = "About"
[[menus.main]]
target = "blog.typ"
label = "Blog"
[[menus.social]]
target = "https://scholar.google.com/citations?user=RKN66-kAAAAJ&hl"
label = "{icon:simple-icons:googlescholar}"
[[menus.social]]
target = "https://github.com/vincentarelbundock/calepin"
label = "{icon:github}"
[sidebar]
fold = false
[[sidebar.section]]
title = "Start"
[[sidebar.section.item]]
target = "index.typ"
[[sidebar.section.item]]
target = "about.typ"
[[sidebar.section]]
title = "Guide"
[[sidebar.section.item]]
target = "guide/features.typ"
[[sidebar.section.item]]
target = "guide/writing.typ"
[[sidebar.section]]
title = "Publishing"
[[sidebar.section.item]]
target = "blog.typ"