Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.51 KB

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

  1. Setup GitHub account
  2. Fork this repository
  3. 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
  4. Submit a pull request
  5. Await acceptance of your changes
  6. Brag about being an open source contributor

Submiting Your First Pull Request on GitHub

Local setup

  1. Install ruby, make sure you have gem in PATH
  2. Install jekyll and bundler gem install jekyll bundler
  3. cd into site's folder
  4. Run bundler to install dependecies
  5. Start local server with bundle exec jekyll serve, navigate to http://localhost:4000