Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 750 Bytes

Contributing with a new language

There are two simple steps:

  1. Create a new markdown file with the language code as name (e.g pt-br.md) on the root folder;
  2. Update the language selector with it.
    1. Make sure the file name matches the name of the option

Contributing with a correction

Feel free to just open a pull request or file an issue here.

Running it locally

Requirements

  • ruby 2.6+
  • gem 3.0+

Initial setup

$ gem install jekyll bundler
$ bundle install

Execute local server with hot reload

bundle exec jekyll s