@@ -123,6 +123,41 @@ You can either specify it in the YAML header (`thumbnail: image.webp`) or add `{
123123! [Slope map](slope.webp){.preview-image}
124124` ` `
125125
126+ # # External tutorials
127+
128+ If you want to have your GRASS external tutorials listed, you can create a ` .yml` file
129+ within the ` content/tutorials/external` folder with the tutorial(s) you want to include.
130+ See an example below:
131+
132+ ` ` ` yaml
133+ - title: Species distribution modeling using Maxent in GRASS GIS
134+ path: https://ecodiv.earth/TutorialsNotes/sdmingrassgis/
135+ author: Paulo van Breugel
136+ image: content/tutorials/external/images/sdm_in_grass_tutorialbanner.png
137+ date: " 2025-02-12"
138+ description: Species distribution models to predict the current and future distribution of the Almond-eyed Ringlet.
139+ categories: [' biogeography' , ' ecology' , ' intermediate' , ' advanced' ]
140+ - title: Density distribution map of white-tailed deer
141+ path: https://ecodiv.earth/TutorialsNotes/deerdensities/index.html
142+ author: Paulo van Breugel
143+ image: content/tutorials/external/images/deer-density-tile.png
144+ date: " 2025-01-10"
145+ description: Habitat suitability map for the white-tailed deer using spatial multicriteria analysis and spatial disaggregation in GRASS.
146+ categories: [' biogeography' , ' MCDA' , ' ecology' , ' intermediate' ]
147+ ` ` `
148+
149+ Then, you need to add the path to your ` .yml` file in the header of the
150+ ` index.qmd` file in the root directory.
151+
152+ ` ` ` yaml
153+ contents:
154+ - content/tutorials
155+ - content/tutorials/external/your_tutorials.yml
156+ ` ` `
157+
158+ Do not forget to also include the image that will be used as thumbnail within
159+ ` content/tutorials/external/images` .
160+
126161# # Submitting your contribution
127162
128163Check your markdown with a [linter](https://dlaa.me/markdownlint/) and fix as many issues as you can. This will help keeping the tutorials consistent.
0 commit comments