itk-dev/itkdev_base_theme

A base theme using tailwind. Includes a starterkit theme to match

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 6

Language:Twig

Type:drupal-theme

1.0.0 2025-06-27 09:11 UTC

This package is auto-updated.

Last update: 2025-06-27 09:15:02 UTC


README

Create a custom theme from the starterkit

Replace THEMENAME and "THEME READABLE NAME" with appropriate values. The theme must be placed in themes/custom for references to base theme to work.

docker compose run --rm phpfpm php /app/web/core/scripts/drupal generate-theme THEMENAME --name="THEME READABLE NAME" --path="themes/custom" --starterkit=starterkit_project_theme

Follow the readme in the created custom theme for further setup.