https://github.com/acromedia/orange_framework
Acro Media Inc. Drupal Base Theme
https://github.com/acromedia/orange_framework
Last synced: 9 months ago
JSON representation
Acro Media Inc. Drupal Base Theme
- Host: GitHub
- URL: https://github.com/acromedia/orange_framework
- Owner: AcroMedia
- Created: 2016-08-13T01:01:29.000Z (almost 10 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2022-12-07T20:23:40.000Z (over 3 years ago)
- Last Synced: 2025-05-27T14:19:07.997Z (about 1 year ago)
- Language: HTML
- Size: 4.18 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Orange Framework
> Custom theme by Acro Media Inc.
## Introduction
A base theme to lay the groundwork for Drupal.
## Requirements
N/A.
## Installation
Enable the theme and away you go. Typically you create a custom theme that uses the Orange Framework as a base theme and not your main working theme.
## Configuration
### Sass
- Configured to compile using Gulp.
- Compile to CSS by running the following commands:
- `npm install`
- `gulp`
- The CSS will be compiled to: `css/style.css` and `css/bootstrap.css` respectively.