community
updated
Adding your clan to our directory is easy to do and will help you get new recruits as well as help the community. Follow the steps below to get your clan listed in our Rainbow Six Siege Clan Directory.
Steps
All of the detailed instructions can be found on the contributing page. The list of steps below is a brief overview of what needs to happen.
- Fork the site repository
- Install Hugo
- Clone your fork of the repository to your computer
- Use Hugo to create your clan page,
hugo new community/clan/clan-name.md -k clan
(replace clan-name with the name of your clan in all lower case separating words with hyphens) - Open your newly created clan page in a text editor, we recommend Atom if you don’t already have a favorite
- Fill out the details of your clan page and save the file
- Commit your new file to the local repository on your computer
- Push / sync the commit back to your fork on GitHub
- Submit a pull request for your changes to the main site repository
Clan page template
Each clan page uses the template that is located within the source code at layouts/clan/single.md
. If your interested, you can look this over to see how the page will be rendered. Feel free to make suggestions or submit a pull request with any improvements you would like to see.