SlideShare a Scribd company logo
Building your first
Drupal 8 theme
By: Mario Hernandez
August 29, 2015
Mario Hernandez
Sr. Front-End Developer
@imariohernandez
Design/Theming
● Usability Testing
● Responsive Design
● Drupal Theming
● Annotated Wireframes
@Mediacurrent
Development
● Drupal Support
● Custom Module Development
● Large Scale Systems Integration
● Security & Performance Expertise
We help organizations build highly impactful, elegantly designed Drupal
websites that achieve the strategic results you need.
Digital Strategy
● Content Strategy
● Content Generation
● Result Metrics
● Marketing Automation Integration
● Meaningful D8 Changes
● Twig and YAML
● Adding CSS/JS
● Responsive in D8
● Building our theme
@Mediacurrent
Agenda
Meaningful D8 Changes
Theming related
@Mediacurrent
Core changes
● Modernizr is in core
● CSS or JQuery are not on by default
● drush cr
● No IE6, 7 or 8 support … Yeahhhhhhh!!!!!!!!
@Mediacurrent
Structure Changes
● /themes
● /modules
@Mediacurrent
Cache
HTML, CSS and JS caching is turned on by default
@Mediacurrent
● Disable caching through UI at /config/development/performance/
● Override settings.php with settings.local.php
○ (copy /sites/example.settings.php and rename settings.local.php)
○ uncomment these lines in default/settings.php
if (file_exists(__DIR__ . 'settings.local.php')) { include
__DIR__ . ‘/settings.local.php'; }
@Mediacurrent
How to turn cache off
logo.svg
@Mediacurrent
if placed in theme’s root, Drupal will detect and use it.
PNG versions of logo can be uploaded through theme’s appearance page.
screenshot.png
@Mediacurrent
if placed in theme’s root, Drupal will detect and use it.
Screenshot.png can also be declared in info.yml.
New File Types
Twig and YAML to the rescue
@Mediacurrent
THEME.info.yml
@Mediacurrent
Replaces THEME.info
YAML Ain't Markup Language
@Mediacurrent
page.html.twig
@Mediacurrent
Replaces page.tpl.php
TWIG
The new templating engine
@Mediacurrent
● Markup changes are done in twig
● To override copy *.html.twig in theme folder and don’t forget to drush cr
@Mediacurrent
More about TWIG
● To Print:
{{my_variable}}
● To comment:
{# Your comment here #}
● To operate
{% if content.title %}
@Mediacurrent
TWIG code basics
● Copy default.services.yml to services.yml
● Place in /sites/default or same folder as your settings.local.yml
● Set debug: TRUE
● Don’t forget to drush cr
@Mediacurrent
Debugging Twig
Now available on D7!
@Mediacurrent
$conf['theme_debug'] = TRUE;
http://zoocha.com/blog/theming-drupal-7-just-got-easier
Adding CSS & JS
@Mediacurrent
Adding Libraries
@Mediacurrent
https://www.drupal.org/theme-guide/8/assets
Defining a Library
@Mediacurrent
Create THEME.libraries.ym
Responsive
@Mediacurrent
Adding Breakpoints
@Mediacurrent
● Breakpoints and Picture Modules are in core
● Create THEME.breakpoints.yml
● https://www.drupal.org/documentation/modules/breakpoint
Adding Breakpoints
@Mediacurrent
Let’s do this!!!
@Mediacurrent
Hands-on demo
Thank You!
Questions?
@Mediacurrent Mediacurrent.com
slideshare.net/mediacurrent

More Related Content

PPTX
Getting started with drupal 8 code
PDF
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
PDF
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCR
PDF
WordPress Theme Workshop: Misc
PDF
No gEEk? No Problem!
PPT
PDF
HTML 5, CSS3 and ASP.NET Best Practices by Example
PPTX
Webinar : Simplified and Cost-Effective Drupal 9 Migration
Getting started with drupal 8 code
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCR
WordPress Theme Workshop: Misc
No gEEk? No Problem!
HTML 5, CSS3 and ASP.NET Best Practices by Example
Webinar : Simplified and Cost-Effective Drupal 9 Migration

What's hot (20)

PDF
HTML5 & CSS3 in Drupal (on the Bayou)
PPT
Introduction to html55
PPTX
Finding Your Way: Understanding Magento Code
PPTX
Web components
PDF
Djangocon 09 Presentation - Pluggable Applications
PDF
10 New Things You Can Do with Drupal 8 Out-of-the-Box
PDF
How To Create Theme in Magento 2 - Part 1
PPT
Html 5 introduction
PDF
Zepplin_Pronko_Magento_Festival Hall 1_Final
PPT
HTML 5 Overview
KEY
Introduction to HTML5/CSS3 In Drupal 7
PPT
Odoo website themes
PPT
Lecture 3 Javascript1
PDF
Don't Repeat Yourself - Agile SSIS Development with Biml and BimlScript (SQL ...
PPT
PDF
Django cms best practices
PPTX
Magento 2 Theme Trainning for Beginners | Magenest
PDF
X tag with web components - joe ssekono
PDF
FRONT-END COMPONENTS IN DRUPAL THEME. "KAIZEN" - DRUPAL 8 THEME FROM SKILLD
PPT
Taking your module from Drupal 6 to Drupal 7
HTML5 & CSS3 in Drupal (on the Bayou)
Introduction to html55
Finding Your Way: Understanding Magento Code
Web components
Djangocon 09 Presentation - Pluggable Applications
10 New Things You Can Do with Drupal 8 Out-of-the-Box
How To Create Theme in Magento 2 - Part 1
Html 5 introduction
Zepplin_Pronko_Magento_Festival Hall 1_Final
HTML 5 Overview
Introduction to HTML5/CSS3 In Drupal 7
Odoo website themes
Lecture 3 Javascript1
Don't Repeat Yourself - Agile SSIS Development with Biml and BimlScript (SQL ...
Django cms best practices
Magento 2 Theme Trainning for Beginners | Magenest
X tag with web components - joe ssekono
FRONT-END COMPONENTS IN DRUPAL THEME. "KAIZEN" - DRUPAL 8 THEME FROM SKILLD
Taking your module from Drupal 6 to Drupal 7
Ad

Similar to Building your first d8 theme (20)

PDF
Drupal 8 - Corso frontend development
PDF
Drupal 8: frontend development
PDF
Building a Custom Theme in Drupal 8
PDF
Drupal 8 theming deep dive
PPTX
One-hour Drupal 8 Theming
PDF
Drupal Theming An Introduction
PDF
Drupal8 themingdeepdive drupaldevdays-montpellier17042015
PDF
Drupal 8 deeper dive
PDF
A Custom Drupal Theme in 40 Minutes
PPTX
Top 8 Improvements in Drupal 8
PPTX
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
PDF
Drupal 8 theming principles
PDF
Drupal 8 theming principles
PDF
Drupal 8 - Core and API Changes
PPTX
Theming Drupal 6 - An Introduction to the Basics
PDF
Why I've Not bothered With Drupal 8
PDF
October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...
PDF
Drupal 8 mobile initiative
PPT
Drupal8 Introduction
PDF
Designing with Drupal 8
Drupal 8 - Corso frontend development
Drupal 8: frontend development
Building a Custom Theme in Drupal 8
Drupal 8 theming deep dive
One-hour Drupal 8 Theming
Drupal Theming An Introduction
Drupal8 themingdeepdive drupaldevdays-montpellier17042015
Drupal 8 deeper dive
A Custom Drupal Theme in 40 Minutes
Top 8 Improvements in Drupal 8
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Drupal 8 theming principles
Drupal 8 theming principles
Drupal 8 - Core and API Changes
Theming Drupal 6 - An Introduction to the Basics
Why I've Not bothered With Drupal 8
October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...
Drupal 8 mobile initiative
Drupal8 Introduction
Designing with Drupal 8
Ad

More from Mario Hernandez (15)

PDF
Responsive images in Drupal 8
PDF
Component-driven Drupal Theming
PDF
Responsive design with flexbox
PDF
HTML5 and CSS3
PDF
Introduction to drupal
PDF
Rapid wireframing and prototyping
PDF
Introduction to HTML and CSS
KEY
CSS Frameworks
PPTX
Responsive Web Design
KEY
CSS Framework + Progressive Enhacements
KEY
Introduction to Drupal Content Management System
KEY
CSS3 for web designer - How to design a visually appealing website
PDF
960 Grid System - A hands-on introduction
KEY
Front end-design and best practices
KEY
An introduction to the 960 grid system
Responsive images in Drupal 8
Component-driven Drupal Theming
Responsive design with flexbox
HTML5 and CSS3
Introduction to drupal
Rapid wireframing and prototyping
Introduction to HTML and CSS
CSS Frameworks
Responsive Web Design
CSS Framework + Progressive Enhacements
Introduction to Drupal Content Management System
CSS3 for web designer - How to design a visually appealing website
960 Grid System - A hands-on introduction
Front end-design and best practices
An introduction to the 960 grid system

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Empathic Computing: Creating Shared Understanding
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Teaching material agriculture food technology
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Empathic Computing: Creating Shared Understanding
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Reach Out and Touch Someone: Haptics and Empathic Computing
Chapter 3 Spatial Domain Image Processing.pdf
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Per capita expenditure prediction using model stacking based on satellite ima...

Building your first d8 theme