In my header navigation pane I have all texts capitalized but would like to use camelCase in the name of the first one, to override the default styling I would need to have a class defined for the home link in the modular.md.
Tried to add a custom class by the default fields in modular.md but I guess they are not for this purpose... And from the documentation I wasn't able to find the solution.
title: Home page
menu: homePageNotCapitalized
onpage_menu: true
body_class: "custom"
header_class: "custom"