Provus 2.0 Documentation
  • 👋About Provus
    • 🖥️Provus Demo
  • Overview
    • Provus Features
      • Content Creation
        • Bootstrap Site Alert
        • Blog
        • FAQ Page
        • Event
        • Landing Page
        • News
        • Person
      • Layouts and Components
        • Layouts
        • Components
          • Heading
          • Button
          • Basic Text
          • Media
          • Divider Line
          • Card
          • CTA
          • Testimonial
          • Large Banner
          • Short Banner
          • Tabs
          • Group
          • Group Automatic
          • Stat Group
          • Slideshow
          • Photo Gallery
          • Person List
          • FAQ Group
          • Accordion
          • Files List
          • List
        • Template Library
  • Getting Started
    • Installation
      • Using Docksal
      • Using Lando
      • Using DDEV
      • Provus Modules
    • Theming
      • Create subtheme by script ( recommended )
      • Create subtheme manually
      • Custom Theming
        • Fonts and Colors
        • Headings / Typography
        • Header / Footer
        • Components
  • EXTRAS
    • ✨Kick-starter
    • ⚔️Contribution Guide
    • 💡Release Notes
    • 👏Go live list
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Theming

Create subtheme by script ( recommended )

Create your new provus theme by running a script.

Using the command line, you can conveniently create a subtheme by following the commands given.

# Run from theme root, e.g. "themes/custom/provus_bootstrap".
# Make script executable.
chmod +x scripts/create_subtheme.sh
# Run script with interactive prompts.
./scripts/create_subtheme.sh

Note: You will be prompted to provide a unique name for your subtheme when running the script.

After running the above scripts, search the codebase of your new subtheme to look for "Provus" and alter any remaining textual references to match your sub-theme.

PreviousThemingNextCreate subtheme manually

Last updated 1 year ago

Was this helpful?