Skip to content

[Feature]: Add the option to init a barebone template #1468

Open
@YanPes

Description

@YanPes

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions