https://github.com/cca/libraries_branding
custom branding HTML/CSS for vendor sites like Libguides, Summon
https://github.com/cca/libraries_branding
Last synced: 4 months ago
JSON representation
custom branding HTML/CSS for vendor sites like Libguides, Summon
- Host: GitHub
- URL: https://github.com/cca/libraries_branding
- Owner: cca
- License: other
- Created: 2014-10-22T01:00:32.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T05:15:23.000Z (6 months ago)
- Last Synced: 2026-01-17T05:21:07.635Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vendor Branding
A lot of the library's third-party products provide some modest custom branding opportunities. This repository simply collects header/footer HTML, styles, widgets, etc.
Uses Eric's [portable header](https://github.com/phette23/portable-header) project in places.
If you run `open $(cat url.txt)` in a subfolder, it should open to the page where you perform the customization. You'll need to login. Credentials are listed in the password vault or library wiki.
## Setup
Requires `node`, then install dependencies in this folder with:
```sh
> pnpm install
```
You could also simply use npm but the Libraries use [pnpm](https://pnpm.io/) for their node projects.
## LICENSE
[ECL Version 2.0](https://opensource.org/licenses/ECL-2.0)