An open API service indexing awesome lists of open source software.

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

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)