Drupal 8 theming
In this series we are going to learn about Drupal 8 theming. Also we are going to take a look at Views, content types, fields and all other good stuff that the Drupal comes with. Of course you are also going to learn about Twig, the template language that Drupal uses.
Drupal 8 themingInstalling Drupal 8
In this first episode of Drupal 8 Theming tutorial series we are going to do mandatory Drupal 8 installation on your local machine.
Drupal 8 themingTheme Setup
In this episode of Drupal 8 Theming tutorial series we are going to setup our theme, add our css file to it, remove some default css files and add our main JavaScript file.
Drupal 8 themingDisable Cache, Enable Twig Debug
In this episode of Drupal 8 Theming we are going to learn how to disable Drupal 8 cache and enable Twig debug mode so that we can develop our theme without having to clear the cache all the time.
Drupal 8 themingGulp.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.
Drupal 8 themingBlocks 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 themingLet's Update Drupal 8
In this episode of Drupal 8 Theming we are going to update Drupal 8 core from version 8.0.0-rc4 to official release version.
Drupal 8 themingTheming 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 themingAdding Main Navigation
In this episode of Drupal 8 Theming tutorial series we are going to learn how to make main navigation that we are going to put into our header.
Drupal 8 themingCreating Partials
In this episode of Drupal 8 Theming tutorial series we are going to learn how to make our theme a bit more flexible by creating and calling partials.
Drupal 8 themingIntroduction to Views
In this Drupal 8 Theming tutorial we are going to create dummy content using Devel module and display it on our front page using Views.
Drupal 8 themingDisplaying Fields
In this Drupal 8 Theming tutorial we are going to learn how to display fields in our template files.
Drupal 8 themingCreating and Displaying Content Types and Fields
In this Drupal 8 Theming tutorial we are going to be talking about Content Types and Fields, one more powerful Drupal feature.
Drupal 8 themingImages and Image Sizes
In this episode of Drupal 8 Theming tutorial series we are going to display image on our node, views and also learn how to make different image sizes for that image.
Drupal 8 themingKint, Arrays, Twig, Foreach, If
In this episode of Drupal 8 Theming I'm going to show you a lot of stuff - how to work with Kint, how to print out data, how to make if statements with Twig and much more.
Drupal 8 themingField Collections
In this tutorial of Drupal 8 Theming series we are going to do field collections. That means that we are going to group few fields together and display them in our theme.
Drupal 8 themingReference Fields
In this episode of Drupal 8 Theming tutorials we are going to see how we can connect content on our site by using Reference Fields.
Drupal 8 themingWorking With CSS Frameworks
In this episode of Drupal 8 Theming we are going to do some actual theming using Zurb Foundation framework.
Drupal 8 themingRegions and Blocks from Views
In this episode of Drupal 8 Theming we are going to go more in depth with regions, and we are also going to learn how to make custom blocks from Views.
Drupal 8 themingTaxonomy and Drop Down Menu
In this Drupal 8 Theming tutorial we are going to fight our way through some bugs and learn about Drupals taxonomy system, and also how to create drop down menus.
Drupal 8 themingRewriting Views Fields
In this last video of the Drupal 8 Theming series I'm going to show you how you can rewrite the output of fields that you use in your Views.
Drupal 8 themingUsing Drush
In this Drupal 8 Theming tutorial we are going to take a look at Drush, a command line interface for Drupal.
Drupal 8 themingPathauto
In this episode of Drupal 8 Theming tutorial I'm going to show you how to use Pathauto module to create pretty URLs for your site.