Skip to content

Releases: ivandoric/d8theming

Drupal 8 Theming - Part 06 - Theming the Header

21 Nov 10:29
Compare
Choose a tag to compare

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.

Check out the video

Drupal 8 Theming - Part 04 - Blocks and Regions

19 Nov 19:39
Compare
Choose a tag to compare

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.

Check out the video here

Drupal 8 Theming - Part 03 - Gulp.js, sass, LiveReload

18 Nov 18:56
Compare
Choose a tag to compare

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.

Check out the video here