Skip to content

thejimbirch/drupal-theme-starter

 
 

Repository files navigation

Drupal 8 Theme Starter

This is a starter Drupal 8 theme that uses the Bootstrap 3 Frontend Framework.

Setup

Make a copy of this theme and rename RENAME to your new theme name in these files:

  • /bootstrap/Gruntfile.js
  • /bootstrap/less/bootstrap.less
  • /RENAME.info.yml
  • /RENAME.libraries.yml

Rename the folder at:

  • /bootstrap/less/~RENAME/

Compile Bootstrap

  • cd into /bootstrap and run npm install
  • run grunt dist to compile
  • You can also run grunt watch to autocompile

Add LESS files

  • Add new less files you nees in /bootstrap/less/~NEWTHEMENAME/
  • Add them to be included in /bootstrap/less/bootstrap.less

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.9%
  • CSS 13.9%
  • JavaScript 5.6%
  • Python 0.5%
  • Ruby 0.1%
  • PowerShell 0.0%