Skip to content

ImageMarkup/isic-challenge-2020

Repository files navigation

isic-challenge-2020

https://challenge2020.isic-archive.com/

Preview your changes

  1. After editing a file, commit your changes to a new Git branch.
  2. Push the Git branch to this repository, then create a Pull Request.
  3. The changes will automatically be built into a preview site. A link to the preview site is available at the bottom of the Pull Request page, as the "Details" link of the Deploy preview check. You may need to "Show all checks" to find the link. branch_preview

Adding a new page

  1. Add a link in _data/navigation.yml
  2. Add a markdown file with the same name in the root (it's easiest to copy background.md or index.md)