Adjusting articles

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

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

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

  1. Contains some metadata about the article. The title being the header above the article and the date (in Year-Mo-Da format) being the editing date. These can be adjusted accordingly.
  2. The actual text displayed on the page according to the Markdown standard.
  3. A basic preview of how it is going to look. This is not an exact mirror of the final webpage, but it can serve as a form of indication.

After we are done editing we scroll down to the Commit Changes section.

commit changes

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