How to customise the title slide - touying stargazer theme?

I found the solution!

#title-slide(
   config: config-page(header: none)
)

or

#title-slide(
  config: config-store(navigation: none)
)
1 Like