Search by

drupal / website

Drupal-Infrastructure

Website: a ready-to-use Drupal project, installed with the Webship installer and one of its site templates: Website Starter, Webship Starter, Webship Portal, Drupal Website API Starter or Webships API Starter. Built with the UI Suite UIkit theme (UIkit and HTMX) on top of Drupal and Display Builder.

1.0.0 2026-09-17 11:58 UTC

This package is auto-updated.

Last update: 2026-09-20 07:34:41 UTC


README

A ready-to-use Drupal project template.

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 five site templates. The installer 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.
  • Drupal Website API Starter: a documented JSON:API from /api, with OAuth 2.0 and Swagger UI.
  • Webships API Starter: a web apps gallery with organizations, served through the same documented API.

Create a project

Composer runs inside DDEV, so nothing is needed on your machine but DDEV itself.

mkdir -p ~/workspace/projects/my-website
cd ~/workspace/projects/my-website
ddev config --project-type=drupal11 --docroot=web --php-version=8.4
ddev start
ddev composer create-project drupal/website:^1.0@alpha

Install the site

Open the site and follow the installer, where you pick the site template:

ddev launch

Or install from the command line, with the Webship Starter site template:

ddev drush site:install ../recipes/webship_starter -y --account-name=webmaster --site-name="My Website"

The path is relative to the Drupal root. Use website_starter, webship_starter, webship_portal, webapi_starter or webships_starter.

Project layout

PathContent
web/Drupal root (core, contrib modules and themes)
web/profiles/contrib/webshipThe Webship installer, uninstalled after the installation
recipes/website_starterThe Website Starter site template
recipes/webship_starterThe Webship Starter site template
recipes/webship_portalThe Webship Portal site template
recipes/webapi_starterThe Drupal Website API Starter site template
recipes/webships_starterThe Webships API Starter 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