Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Drupal 8 Starter Theme

Notifications You must be signed in to change notification settings

kanopi/drupal-theme-starter

 
 

Repository files navigation

Drupal 8 Theme Starter

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

Setup

Duplicate this repo and rename RENAME to your new theme name in these files:

  • ./composer.json
  • ./gulpfile.js
  • ./scss/RENAME.scss
  • ./RENAME.info.yml
  • ./RENAME.libraries.yml

Install dependencies

  • npm install

Add SCSS files

  • Add new scss files you need as ./scss/_newcomponent.scss
  • Add them to be included at the bottom of ./scss/RENAME.scss
    • We're not globbing by default because it's significantly slower, but if your project will require a very large number of files, it could be useful to add.

Add JS files

JS can be added in ./js and will be bundled together by gulp.

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 88.7%
  • JavaScript 6.8%
  • CSS 4.5%