1. Date format¶
DD.MM.YYYY
as in 13.05.1998.
2. File naming conventions¶
For file-naming conventions see Content creation instructions⦚article:int-contentnot found.
3. ‘int-’ prefix for files intended for Internal use¶
Files purposed to be for internal use, and are not public facing:
- start with
int-
, like this fileint-conventions.md
Their header file:
- features the keyword
internal
- the draft flag is set to true, as in
draft: true
- suffix the abstract with: Leave
draft: true
4. Images and attachments¶
Place images or other attachments related to a specific article in the appropriate subdirectory inside the root/static/
folder as in:
static/issue-x/author/image.png
So that it can be referenced from an article like so:

Note: When refencing an image or file provide a file path starting with a slash (/
), and omit static
.