Skip to content

Instantly share code, notes, and snippets.

@renebakx
Created October 20, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renebakx/ba4a0476824c88d8e9f95810f62fc2bc to your computer and use it in GitHub Desktop.
Save renebakx/ba4a0476824c88d8e9f95810f62fc2bc to your computer and use it in GitHub Desktop.
cruftless Drupal 8 Theme

##Please do note, only do this if you really really want NO stuff from core in your theme##

  1. Create a new folder called cruftless in your themes/custom folder

  2. Copy the contents of core's Stable /templates folder to the new themes/custom/cruftless/

  3. Add te cruftless.info.yml into themes/custom/cruftless

  4. Create your new theme and define cruftless as base theme.

name: Cruftless
type: theme
description: Cruftless is Stable without libraries
package: BadIdeas
core: 8.x
base theme: false
regions:
header: Header
content: Content
footer: Footer
libraries-override:
system/base: false
classy/messages: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment