Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

lightship

65 sites Security covered
View on drupal.org

LightShip is a minimalist starter theme founded on the tenets of simplicity, accessibility, and infrastructure sustainability. It is created and maintained by the team at DevCollaborative.

Our focus is on long-term sustainability of code, and baking in semantic and accessible code wherever we can. Because front-end development tools and frameworks change so quickly, building a theme with many developer tool dependencies can make it harder for other developers, or even future you, to jump back into a front-end codebase down the road.

LightShip does use Sass, with gulp as a taskrunner. The development tools to support Sass are as light as we could make them, so if you prefer to write vanilla CSS, feel free to remove gulp and Sass.

You can read more about the thinking behind LightShip on the DevCollab blog.

Quickly create your custom theme using Starterkit

LightShip is meant to be a starter theme, rather than a contrib parent theme that remains in your codebase. Use Drupal Core's starterkit script to create a new custom theme based on LightShip in a matter of seconds.

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

  1. composer require drupal/lightship
  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
  4. Theme away, you FED wizard, you!

Using Gulp

Setup

See this more in-depth overview and guide.

From the theme’s directory, run npm install --save-dev

Gulp Tasks

  • gulp sass - compiles sass into CSS
  • gulp clean:css - deletes compiled CSS
  • gulp watch - watches sass directories for changes and recompiles whenever you save a change
  • gulp build - simple one time build task

Why doesn’t gulp do ALL THE THINGS?

This is by design, and at the core of LightShip's mission. We reduce complexity and development abstractions so that later on, in 2-5 years' time, it's not difficult to reproduce this development environment.

Activity

Total releases
1
First release
Apr 2025
Latest release
11 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
3.0.0-alpha1 Pre-release Apr 21, 2025