Skip to content

Sets up Booster (Flowbite based) theme as the default theme

Notifications You must be signed in to change notification settings

fivejars/booster_recipe_booster_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Booster theme (Flowbite based) recipe

Sets up Booster (Flowbite based) theme as the default theme.

Installation:

Add recipe repository reference to the repositories section to override "drupal_recipe/booster_theme" package:

{
  "repositories": {
    "booster_theme_recipe": {
      "type": "git",
      "url": "https://github.com/fivejars/booster_recipe_booster_theme.git",
      "only": ["drupal_recipe/booster_theme"]
    }
  }
}

Run composer commands:

composer require --dev drupal_recipe/booster_theme
composer unpack drupal_recipe/booster_theme

If the composer install ran successfully, you can enable the recipe with the following commands:

fin recipe-apply path/to/recipe/from/docroot

Maintainers

Sponsored and developed by Five Jars.

About

Sets up Booster (Flowbite based) theme as the default theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published