Releases: ivandoric/d8theming
Drupal 8 Theming - Part 06 - Theming the Header
In this episode of Drupal 8 Theming tutorial series we are going to theme our header the 'Drupal way', by using blocks, css, html and Twig.
Drupal 8 Theming - Part 04 - Blocks and Regions
In this Drupal 8 Theming tutorial we are going to be looking at setting up Drupal regions and adding blocks of content to them.
Drupal 8 and all the other "Drupals" have something called regions, they are locations on your page where you can put pieces of content or functionality. You do that among other things by adding blocks to them.
Blocks are "containers" that contain some content or functionality in them. You can easily move them around the regions by just dragging them in Drupal administration. Pretty great stuff.
Drupal 8 Theming - Part 03 - Gulp.js, sass, LiveReload
In this episode of Drupal 8 Theming tutorial series we are going to setup our theme to work with Sass, Gulp.js and Live Reload.