This page is currently work in progress. Your pull requests are welcome, please take a look at "How to Contribute".
You can add your organization as a member of TCN by adding the informations on the data/members.yaml
file.
Example:
- organization: <Name of organisation>
country: <Country your organisation is located>
logo: images/members/<yourimage>.png
url: https://<domain>.<tdl>
You can add your logo under static/images/members
. You can choose between different file types (jpg, gif, png, svg) but we recomment you to use svg. Please use a square logo with a ratio of 1:1.
The following steps make it easy to contribute to this Repository and test the Webpage localy befor your make your pull request.
Install hugo there is a binary file for all the popular distributions like Windows, Mac and off course Linux.
Then clone the source branch from this repository to your local device
git clone --single-branch --branch master https://github.com/TCNCoalition/website.git
Now you can switch inside the Folder and start hugo in server mode to provite a preview of the Webpage under http://localhost:1313
cd website
hugo server