Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.09 KB

IETF Tools - Common Resources

Shared resources and templates for ietf-tools repositories

Logo Assets

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.

Accepted Properties

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

Colors

Different colors are used depending on the project type:

  • #02A1D7: Tools / CLI Projects (default)
  • #8202D7: Websites
  • #4CAF50: Documentation Repositories
  • #C2185B: Modules