https://github.com/su-sws/chem_h_subtheme
Subtheme for ChEM-H
https://github.com/su-sws/chem_h_subtheme
subtheme theme
Last synced: 5 months ago
JSON representation
Subtheme for ChEM-H
- Host: GitHub
- URL: https://github.com/su-sws/chem_h_subtheme
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2022-03-22T20:20:01.000Z (about 4 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-05-21T15:25:52.000Z (about 1 year ago)
- Last Synced: 2025-06-24T08:09:39.162Z (12 months ago)
- Topics: subtheme, theme
- Language: SCSS
- Homepage: https://chemh.stanford.edu
- Size: 3.71 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [ChEM-H Subtheme](https://github.com/SU-SWS/chem_h_subtheme)
##### Version: 2.3.0
Changelog: [Changelog.txt](CHANGELOG.txt)
Description
---
The ChEM-H Subtheme is a Stanford sub-theme that works with the Stanford Basic theme. It is installed on the following sites:
https://chemh.stanford.edu
Features
---
- Custom masthead
- Interesting banner variants
- Customized News and People node pages
- Customized teasers
- Custom search treatment
- Custom footer
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 publish
```
This will process scss, js, and asset files, preparing them from the src directory to the dist directory.
It will also copy decanter twig templates from node_modules to the dist/templates/decanter directory to be used.
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](https://help.github.com/articles/using-pull-requests)