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
- Host: GitHub
- URL: https://github.com/xenomedia/drupal-theme-starter
- Owner: xenomedia
- Created: 2017-03-28T21:50:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T16:46:35.000Z (over 8 years ago)
- Last Synced: 2025-07-29T00:29:09.485Z (8 months ago)
- Topics: bootstrap, bootstrap3, drupal, drupal-8, drupal-theme, starter, starter-project, starter-theme, theme
- Language: HTML
- Size: 3.6 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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