Created
October 7, 2019 14:38
-
-
Save dfletcher/3d5bc0035da1c493630f780bb1c2eca6 to your computer and use it in GitHub Desktop.
Drupal 8 Quick Bartik subtheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: My Bartik subtheme | |
type: theme | |
core: 8.x | |
base theme: bartik | |
description: 'Bartik subtheme.' | |
alt text: 'Bartik subtheme.' | |
libraries: | |
- 'mybartiksub/theme' | |
# These are copied from bartik.info.yml | |
regions: | |
header: Header | |
primary_menu: 'Primary menu' | |
secondary_menu: 'Secondary menu' | |
page_top: 'Page top' | |
page_bottom: 'Page bottom' | |
highlighted: Highlighted | |
featured_top: 'Featured top' | |
breadcrumb: Breadcrumb | |
content: Content | |
sidebar_first: 'Sidebar first' | |
sidebar_second: 'Sidebar second' | |
featured_bottom_first: 'Featured bottom first' | |
featured_bottom_second: 'Featured bottom second' | |
featured_bottom_third: 'Featured bottom third' | |
footer_first: 'Footer first' | |
footer_second: 'Footer second' | |
footer_third: 'Footer third' | |
footer_fourth: 'Footer fourth' | |
footer_fifth: 'Footer fifth' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme: | |
css: | |
theme: | |
'site.css': { } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Custom CSS goes here. */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment