Installing Tome

Installation

Install Tome with Composer:

composer require drupal/tome

Enable the tome_static submodule, which will automatically enable tome and tome_base as well.

As always, you can do this via the admin interface at /admin/modules or via the command-line:

drush en tome_static -y

That's it. No other config required to get started!