title-slide
title-slide(config: (:), extra: none, ..args)(source)Title slide for the presentation. You should update the information in the config-info function. You can also pass the information directly to the title-slide function.
Example:
#show: stargazer-theme.with(
config-info(
title: [Title],
logo: emoji.city,
),
)
#title-slide(subtitle: [Subtitle], extra: [Extra information])
Parameters
config : dictionary default: (:)
The configuration of the slide. You can use config-xxx to set the configuration of the slide. For more several configurations, you can use utils.merge-dicts to merge them.
extra : content | none default: none
The extra information you want to display on the title slide.