Install

Works with Drupal: ^8 || ^9 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download lightship-2.0.0-alpha3.tar.gztar.gz 54.77 KB
MD5: 2910f59efe503e96a1554dc638242ddf
SHA-1: eed9a9f15254c85aeb19c16aa799fa8e4b798d0c
SHA-256: 977d5c896ef48d34e138fff6d55b7bfb9e3e4e7c83c5894786d4b7a51e591619
Download lightship-2.0.0-alpha3.zipzip 60.78 KB
MD5: 85a8050848b0ab8cfd4b5d197c60d013
SHA-1: 8a12784f6666bef04d07cf4d8e0321cd098bc21b
SHA-256: 8fd1c580a77e19f7bb950d7c7661f264cfadd53e612d6c136e5bb7415236e5b8

Release notes

This release adds support for Drupal 9's starterkit command, allowing you to create a new custom theme based on Lightship in a matter of seconds.

This new Core feature is perfect for Lightship, since this project is intended to merely be a starter for your custom theme, and not a contrib theme that remains in your project codebase.

To create a new theme based on lightship using starterkit, execute the following commands:

  1. composer require drupal/lightship:^2.0.0-alpha3
  2. From the site root, and inserting your new theme's machine name where indicated: php ./core/scripts/drupal generate-theme [theme_name] --starterkit=lightship
  3. composer remove drupal/lightship
Created by: hipp2bsquare
Created on: 21 Jul 2022 at 15:26 UTC
Last updated: 21 Jul 2022 at 15:44 UTC
New features

Other releases