su-soe/soe_basic

SOE Basic Branding Sub-Theme.

Installs: 5 059

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 12

Forks: 0

Open Issues: 0

Language:SCSS

Type:drupal-custom-theme

8.1.22 2022-05-10 21:06 UTC

README

Version: 8.x-1.x

Changelog: Changelog.txt

Description

SOE Basic is a Stanford sub-theme that works with the Stanford Basic theme.

Installation

Copy this theme and change all files, folders, and names from stanford_starter to the name of your theme.

Configuration

Nothing special needed. Install, enable, and set as the default active theme.

Developer

If you wish to develop on this theme you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this theme. To install:

npm install

After you've made a change you want to see processed, you can run:

npm run build

or

npm run publish

Contribution / Collaboration

You are welcome to contribute functionality, bug fixes, or documentation to this theme. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests