Problem/Motivation
Archimedes has a dependency on drupal/cms. Technically speaking, that doesn't work, but it is in service of a clear intent -- Archimedes intends to build on top of Drupal CMS's foundational recipes and functionality, without incorporating all of it.
Proposed resolution
Archimedes should be applied on top of Drupal CMS, and then exported as a full-size site template using drush site:export. That's the best practice documented in Drupal CMS's official site template starter kit (see https://git.drupalcode.org/project/drupal_cms_site_template_base/-/blob/...).
This will have a two-pronged effect:
- Archimedes will properly inherit all Drupal CMS functionality, without needing to screw around with dependencies.
- All the configuration and content will be fully under Archimedes' control, so it can remove things it doesn't need (like the Utility page content type).
Issue fork archimedes-3577045
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
nexusnovaz commentedThanks @phenaproxima, i've done some extra work on it and merged it in!