Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ title: "Computing slope from elevation data in Python"
author: "Your Name"
date: "2025-05-15"
description: "Learn how to derive slope from elevation data in GRASS in a Jupyter Notebook."
categories: ["beginner", "geomorphometry", Python]
thumbnail: slope_thumbnail.webp
categories: [beginner, geomorphometry, Python]
image: slope_thumbnail.webp
format:
ipynb: default
html:
Expand Down Expand Up @@ -117,7 +117,7 @@ At the same time, their size should not be too big to load quickly, try to keep
```

Each tutorial needs to have at least one image that can be used on the main page as a thumbnail.
You can either specify it in the YAML header (`thumbnail: image.webp`) or add `{.preview-image}` to the image.
You can either specify it in the YAML header (`image: image.webp`) or add `{.preview-image}` to the image.

``` markdown
![Slope map](slope.webp){.preview-image}
Expand Down
Loading