Skip to content

fivejars/booster_recipe_booster_theme_radix_based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Booster theme (Radix based) recipe

Sets up Booster (Radix 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_radix_based.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 (Radix based) theme as the default theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published