Skip to content

Instantly share code, notes, and snippets.

@dfletcher
Created October 7, 2019 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfletcher/3d5bc0035da1c493630f780bb1c2eca6 to your computer and use it in GitHub Desktop.
Save dfletcher/3d5bc0035da1c493630f780bb1c2eca6 to your computer and use it in GitHub Desktop.
Drupal 8 Quick Bartik subtheme
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'
theme:
css:
theme:
'site.css': { }
/* Custom CSS goes here. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment