Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
titlereviewed 230530

Drupal 10 is changing the way new themes can be generated. Running this command will generate a theme called “mytheme”:

php core/scripts/drupal generate-theme mytheme

Here is another example with more options:

php core/scripts/drupal generate-theme mytheme --name "My Theme" --description "Custom theme generated from a starterkit theme" --path themes/custom

For more information:

https://www.drupal.org/docs/core-modules-and-themes/core-themes/starterkit-theme

https://www.drupal.org/about/core/blog/new-starterkit-will-change-how-you-create-themes-in-drupal-10


Review History

Who

When

Status

Bob

20230530

Current