From 644806c532cc9a690d5eb8cc3dea3b3ab62f1ac0 Mon Sep 17 00:00:00 2001 From: simoon Date: Tue, 24 Oct 2023 09:52:22 +0200 Subject: [PATCH] more readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a17f7f..15336ab 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,17 @@ to the website is by making 'posts' in the folder `content`. This can be done either locally or via the gitlab interface by creating a new file. Make sure that each article contains at least the following at the top of the document: + --- Title: een nieuw initiatief Date: 2017-07-07 18:32 Category: news Tags: event, workshop - slug: the-name-of-the-html-page + slug: the-name-of-the-html-page-EN OR the-name-of-the-html-page-NL lang: nl OR en event_start: 2017-07-07 18:32 event_duration:4h featured_image: /images/image.png + --- Articles are written in a markup language called markdown. [Here](https://daringfireball.net/projects/markdown/syntax) is an overview of