Customize
Branding
Copywriting

Copywriting easy

In this section, you'll explore how to tailor the language and messaging across your site to align with your brand voice and resonate with your target audience.

Effective copywriting is essential for engaging users, communicating value propositions, and guiding them through your repository site seamlessly. Follow the instructions below to personalize the copy and ensure consistency with your brand identity and messaging strategy.

Titles

Learn how to update titles appearing throughout your NRP repository site with ease. It serves as the primary identifier of your site and is crucial for brand recognition. Change the following settings to ensure your site title reflects your brand accurately.

Site name

This setting determines the name of the site to be displayed on the header and used as a page title.

config.configure_generic_parameters(
    # ...
    name=_("My new NRP repository!"),
    # ...
)

Title page repository description

The title shown on the front page of the repository site.

config.configure_generic_parameters(
    # ...
    description=_("My Repository site description"),
    # ...
)