<project full name>
is the display name for the project ( e.g. 'Zowe' )
<project name>
is the project slug ( e.g. 'zowe' )
- Add a new directory under
projects
with the artwork. Artwork directory structure should map as follows ( and all in lowercase )...
<project name>
- horizontal
- color
<project name>-horizontal-color.png
<project name>-horizontal-color.svg
- white
<project name>-horizontal-white.png
<project name>-horizontal-white.svg
- black
<project name>-horizontal-black.png
<project name>-horizontal-black.svg
- stacked
- color
<project name>-stacked-color.png
<project name>-stacked-color.svg
- white
<project name>-stacked-white.png
<project name>-stacked-white.svg
- black
<project name>-stacked-black.png
<project name>-stacked-black.svg
- icon
- color
<project name>-icon-color.png
<project name>-icon-color.svg
- white
<project name>-icon-white.png
<project name>-icon-white.svg
- black
<project name>-icon-black.png
<project name>-icon-black.svg
If you are using the GitHub web client, the easiest thing to do is create the folder structure on your local machine, and then go to the projects
directory and follow the instructions for uploading a folder/file to the repository
- Create
README.md
under<project name>
directory. Contents should match this typically...
---
description: Artwork for the <project full name> project
title: <project full name>
level: <project level: match string on home page>
featured_image: <relative path to the image to show on the home page>
layout: logos
---