Shared resources and templates for ietf-tools repositories
Logo identities are located in the assets/logos
folder, to be used primarily in GitHub project READMEs.
To generate a new one, modify the file identities.yml
and add a new entry to the input
list.
Upon new commit, logos will automatically be (re)generated and stored in assets/logos
.
Field | Description | Required | Default |
---|---|---|---|
key |
Filename of the output SVG file | ✅ | |
label |
Text to display | ✅ | |
color |
HEX color code to use to render the label | ❌ | #02A1D7 |
Different colors are used depending on the project type:
#02A1D7
: Tools / CLI Projects (default)#8202D7
: Websites#4CAF50
: Documentation Repositories#C2185B
: Modules