Skip to content
Snippets Groups Projects
Forked from project / rivet
Loading
James Wilson's avatar
Issue #3452244 by jwilson3: Rivet Series Nav - Add visual parity for 'last in series'
James Wilson authored
2db2e891
History

Rivet Design System theme for Drupal

The Rivet theme for Drupal is an implementation and adaptation of the Rivet Design System from Indiana University.

Requirements

This module requires the Layout Builder module from Drupal core to be enabled.

Installation

Install as you would normally install a contributed Drupal theme. For further information, see Installing Drupal Themes.

Configuration

  1. To test the theme, you may visit /admin/appearance and select "Enable and set as default".

  2. Alternatively, you may wish to create a sub-theme for your project by creating a theme and setting base theme: rivet in your sub-theme's info.yml file.

Updating

The Rivet Base Theme was created for Drupal 10 using the new starterkit theme generation. The theme will be maintained up-to-date with Drupal core's starterkit_theme theme according to the documentation for Tracking upstream changes.

Subtheme Generation

The recommended approach to using Rivet on any Drupal site is to create a subtheme.

Use the following command:

php core/scripts/drupal generate-theme --name "Rivet Subtheme" --path themes/custom --starterkit rivet rivet_subtheme

Maintainers