update inbodb tutorial page with Taxonlijsten#337
Conversation
|
@ElsLommelen bij authors staat er nu dirkmaes, dat moet wellicht dirkmaes33 zijn? |
|
Ah ja, inderdaad, daar had ik overheen gekeken. |
Gevonden! Het mag toch gewoon dirkmaes zijn, maar voor elk van de vermelde auteurs moet er onder data/authors een bestandje komen met als id de naam die hier vermeld was. Dirk had er al eentje, ik nog niet... |
|
Voilà, en bij deze heb ik een rebase gedaan van de commits uit PR #338, en ook die namen aangepast. Dus alles zit in 1 PR, ik zal de andere sluiten en ook die branch wissen. Voor mij is het dus in orde, bedankt om inbodb zo onder de aandacht te brengen! |
Description
Related Issue
Task list
tutorials/contentindex.md. In case of an Rmarkdown tutorial I have knitted myindex.Rmdtoindex.md(both files are pushed to the repo).tagsin the YAML header (see the tags listed in the tutorials website side bar for tags that have been used before)categoriesto the YAML header and my category tags are from the list of category tagsPreviewing the pull request
Thanks to GitHub Actions, an artifact (=zip file) of the rendered website is automatically created for each pull request.
This provides a way to preview how these updates will look on the website, useful to contributors and reviewers.
Instructions to preview the updated website
tutorialsfolder you created/renamed), runpython -m http.server 8887, or launch the Google Chrome Web Server app and point it at the parent directory.Note: for step 3, you can use any other simple HTTP server to serve the current directory if you don't have a Python 3 environment or Google Chrome available.