Theming

Exercise: Create a New Theme for Drupal 8, 9, 10, and 11

Last updated
Categories
Up-to-date with minor version
11.0.x

It's time to create the bare-bones structure for a new theme on your site. You should try to complete this exercise based what you've learned from the tutorial prerequisites listed below. In this exercise, we'll:

  • Create an info file that describes a custom theme to Drupal with the regions listed below (we're going to name ours "reboot").
  • Enable, and view, a bare-bones custom theme.

By the end of this exercise, you should feel comfortable starting a theme using several methods.

Frontend Theming