Adjusting/Adding new animations

In order to update the gondwana animations. We need to direct towards the src/pages/gondwana folder.

src folder pages folder 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.

short about file

Then we click the edit icon in the upperright corner.

short about edit

Now we come to the Markdown editing view.

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.

commit changes

  1. Enter an appropriate title e.g. Edited animations
  2. Make sure the Commit directly to the main branch is checked.
  3. Click the Commit Changes button.