Closed (fixed)
Project:
Prototype
Version:
5.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jun 2025 at 19:53 UTC
Updated:
25 Jul 2025 at 00:01 UTC
Jump to comment: Most recent
In README.md, the Generating a New Theme instruction places the new theme in the wrong directory: themes rather than themes/custom
Navigate to the contrib prototype theme folder and run the suggested
php generator.php -n custom_theme -d 'Custom Theme' -p themes -a short
Replace thee suggestion with
php generator.php -n custom_theme -d 'Custom Theme' -p themes/custom -a short
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 #2
jldust commentedComment #3
jldust commentedThe documentation states that is an optional command to pass, however I have updated the README for clarity.
Comment #5
jldust commentedComment #7
jldust commented