drupal / website
Website: a ready-to-use Drupal project, installed with the Webship installer and one of its site templates: Website Starter, Webship Starter or Webship Portal. Built with the UI Suite UIkit theme (UIkit and HTMX) on top of Drupal and Display Builder.
Requires
- composer/installers: ^2.3
- drupal/core-composer-scaffold: ^11.4
- drupal/core-project-message: ^11.4
- drupal/core-recipe-unpack: ^11.4
- drupal/core-recommended: ^11.4
- drupal/core-vendor-hardening: ^11.4
- drupal/webship: 12.0.x-dev
- drupal/webship_portal: 1.0.x-dev
- drupal/webship_starter: 1.0.x-dev
- drupal/website_starter: 1.0.x-dev
Requires (Dev)
- drush/drush: ^13.7
Suggests
None
Provides
None
Conflicts
Replaces
None
This package is auto-updated.
Last update: 2026-09-14 11:50:40 UTC
README
A ready-to-use Drupal project template, in the spirit of drupal/cms.
The site templates use the UI Suite UIkit theme, with UIkit and HTMX, on top of Drupal and Display Builder. No Layout Builder and no Drupal Canvas.
The project requires only the Webship installer and three site templates. The installer works like the Drupal CMS installer and lists them:
- Website Starter: a Display Builder page layout and content displays made of UIkit components, menus and default content.
- Webship Starter: documentation, products and releases, a newsletter and social sharing.
- Webship Portal: the Webship.co portal, with Webtheme.
Create a project
composer create-project drupal/website:1.0.x-dev my_site --stability=dev
cd my_site
Install the site
With DDEV:
ddev config --project-type=drupal --docroot=web --project-name=my-site
ddev start
ddev launch
Or from the command line, with the Webship Starter site template:
ddev drush site:install webship -y
Without DDEV, point a web server to web/ and run:
vendor/bin/drush site:install webship --db-url=mysql://user:pass@localhost/db
Project layout
| Path | Content |
|---|---|
web/ | Drupal root (core, contrib modules and themes) |
web/profiles/contrib/webship | The Webship installer, uninstalled after the installation |
recipes/website_starter | The Website Starter site template |
recipes/webship_starter | The Webship Starter site template |
recipes/webship_portal | The Webship Portal site template |
vendor/ | Composer dependencies, Drush |
What is inside
- Drupal core 11.4 with the Standard recipe.
- UI Patterns 2, UI Styles, UI Icons, UI Skins.
- Display Builder: page layouts, entity view displays and views.
- UI Suite UIkit theme (UIkit 3.25).
Maintainers
- Rajab Natshah: RajabNatshah