Adjusting/Adding new animations
In order to update the gondwana animations. We need to direct towards the
src/pages/gondwana
folder.
Here we will see the all the articles with the *.mdx
file format, with *
being the names (also the *
in the URL reeves.nl/gondwana/*) of an article.
Open that the file that matches the article you want to adjust. Here we are
going to adjust the animations
article.
Then we click the edit icon in the upperright corner.
Now we come to the Markdown editing view.
Here you can see a list of animations.
You can either directly display them by following the Adding
images/animations guide, or you can follow the same guide
and add a link to the image/animation with the [Description of Animation](./assets/animation-name.png)
link syntax as specified in the
Markdown guide.
After we are done editing we scroll down to the Commit Changes
section.
- Enter an appropriate title e.g.
Edited animations
- Make sure the
Commit directly to the main branch
is checked. - Click the
Commit Changes
button.