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
Requires (Dev)
- drush/drush: ^13
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.