Open
Description
What problem does this feature solve?
When setting up a new rspress page, there is a lot of predefined styling with high specificity. Although this can be good in some use cases, it is cumbersome if you want to fully customize the styling. This needs either overriding predefined styles or creating all elements with custom MDX components.
I would like to have the option to select if I want the default init or a barebone init which strips away all the branding.
What does the proposed API look like?
An additional step when starting the CLI wizard with npm create rspress@latest
Choose your template:
- default (ready to go, including default look and feel)
- custom (core functionality without branding and styling)