An open API service indexing awesome lists of open source software.

https://github.com/xenomedia/drupal-theme-starter

Drupal 8 Starter Theme
https://github.com/xenomedia/drupal-theme-starter

bootstrap bootstrap3 drupal drupal-8 drupal-theme starter starter-project starter-theme theme

Last synced: 5 months ago
JSON representation

Drupal 8 Starter Theme

Awesome Lists containing this project

README

          

# Xeno Media - Demeter - 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