calvinhnzr / slides

work in progress
0 stars 0 forks source link

[TASK] rethink frontmatter properties #9

Open calvinhnzr opened 4 days ago

calvinhnzr commented 4 days ago

current

export const title = "Mi: Praxis Projekt"
export const subTitle = "WS 2024/25"
export const layout = "normal"
export const slideClasses = "intro"

exposal

___
title = "Mi: Praxis Projekt"  ->meta title
subTitle = "WS 2024/25" 
layout = normal
grid = intro
background-color = // optional
animation = none || transform || ...
___

layout -> #3
grid -> #1