December 2016
Beginner to intermediate
1005 pages
21h 54m
English
In Drupal 8, the folder structure is changed to make it more logical. Everything that ships with Drupal now resides in a core folder including the default themes, which are now contained within the core/themes folder. However, any themes that we download or develop ourselves now reside within the themes
folder.
The folder structure comprises the following:
core/themes directory and include Bartik, classy, seven, stable, and stark.themes directory at the root level of our Drupal installation and will contain any contributed themes or custom themes.Before we can begin creating our own custom themes, we need to have a better ...
Read now
Unlock full access