TribesRevengeance
TribesRevengeance copied to clipboard
Tribes Vengeance Resurrection site
Tribes: Vengeance Resurrection site
If you have an article/tutorial/guide you would like to contribute, look into _posts folder. Also check out TODOs for list of things that need doing.
If you find a typo, have an idea or feature request - feel free to submit an or make a pull request.
Uses Jekyll and is based on Minima theme.
Making changes or writing articles/tutorials/guides for the non-technical
- Setup GitHub account
- Fork this repository
- Make changes to your forked repository
- For example: copy one of the tutorials in _posts folder and make changes to it
- Markdown is used for formatting
- Submit a pull request
- Await acceptance of your changes
- Brag about being an open source contributor
Local setup
- Install ruby, make sure you have
gemin PATH - Install jekyll and bundler
gem install jekyll bundler cdinto site's folder- Run
bundlerto install dependecies - Start local server with
bundle exec jekyll serve, navigate to http://localhost:4000
