Pyronear's official website.
Preserving forests from wildfires one commit at a time
Make sure you have docker and the compose plugin installed. Get into the root folder using your favorite shell and:
docker compose up
That's it! Now head to http://{your-server}:4000
You can stop (ctrl+C) and relaunch the command to refresh the website after changing the _config.yml file.
Be sure to set Jekyll up and running, and then install the plugins as follows:
bundle install
Finally, you can run the website using:
bundle exec jekyll serve
To edit/add/remove text, go to _config.yaml
.
This website uses a Google spreadsheet with a Google script in order to sends and receive emails without the need to setup a server.
The file is stored in Pyronear's Google Drive.
More details here
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
_config.yml
called languages
.en
folder and rename it to your new language digramindex.html
in it, to modify the digram of the target layout_layouts/front-en.html
and rename it by replacing the digram.lang
attribute_config.yml
by adding a new entry to t
(don't change any key name!)Congrats, you've added a new language!