Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ietf-tools/common-bootstrap-theme
Common Bootstrap Theme for IETF websites
https://github.com/ietf-tools/common-bootstrap-theme
bootstrap design ietf theme
Last synced: 27 days ago
JSON representation
Common Bootstrap Theme for IETF websites
- Host: GitHub
- URL: https://github.com/ietf-tools/common-bootstrap-theme
- Owner: ietf-tools
- License: bsd-3-clause
- Created: 2022-02-03T22:00:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T04:24:13.000Z (4 months ago)
- Last Synced: 2024-09-19T23:29:24.027Z (2 months ago)
- Topics: bootstrap, design, ietf, theme
- Language: SCSS
- Homepage:
- Size: 504 KB
- Stars: 7
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/release/ietf-tools/common-bootstrap-theme.svg?style=flat&maxAge=600)](https://github.com/ietf-tools/common-bootstrap-theme/releases)
[![License](https://img.shields.io/github/license/ietf-tools/common-bootstrap-theme)](https://github.com/ietf-tools/common-bootstrap-theme/blob/main/LICENSE)##### IETF Common Bootstrap Theme
---
A common [Bootstrap](https://getbootstrap.com/) theme for \*.ietf.org websites (fonts, colors, etc.), as well as a testing harness.
## Project structure
This is a mono-repo using [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) with two packages:
1. `packages/common-bootstrap-theme`: the published NPM package with the common theme;
2. `packages/test-webpack-common-bootstrap-theme`: a reference implementation and testing harness using the common theme.The reason for a mono-repo is to allow local development to mimic NPM package imports, allowing for easier testing.
## Contributing
See [`contributing.md`](./CONTRIBUTING.md).