summerschool_simtech_2023/_quarto.yml
behinger (s-ccs 001) 74d67c034d init
2023-05-04 07:28:08 +00:00

48 lines
927 B
YAML

project:
type: "website"
title: "Research Software Engineering Summer School"
render:
- "index.qmd"
- "2023/*.qmd"
website:
title: "Research Software Engineering Summer School"
page-navigation: true
reader-mode: true
open-graph: true
search:
location: navbar
type: textbox
sidebar:
style: docked
contents:
- href: index.qmd
text: "🏠 Home"
- href: schedule.qmd
text: "📓 Schedule"
- href: teaching.qmd
text: "📟 Teacher"
- href: application.qmd
text: "✍️ Apply Now"
navbar:
background: primary
page-footer:
background: light
left: "CC-By Benedikt Ehinger"
format:
html:
email-obfuscation: javascript
link-external-newwindow: true
link-external-icon: true
theme:
light:
- journal
- styles.scss # I use this just to change the default colour
toc: true