From 976e41bc93c8740d09663e771eadcf5cbad97a4a Mon Sep 17 00:00:00 2001 From: constantinos Date: Mon, 14 Aug 2023 17:50:50 +0300 Subject: [PATCH] removed filename section --- content/article/int-conventions.md | 63 ++++++++++++------------------ 1 file changed, 25 insertions(+), 38 deletions(-) diff --git a/content/article/int-conventions.md b/content/article/int-conventions.md index b3bde43..d2b749a 100644 --- a/content/article/int-conventions.md +++ b/content/article/int-conventions.md @@ -7,15 +7,22 @@ draft: false keywords: - internal abstract: | - Conventions for filenames, etc. + List of conventions to follow. + Leave `draft: true` --- -# Dates +# Date format > DD.MM.YYYY -as in 13.05.1998. In general, day first. +as in 13.05.1998. + +# File naming conventions + +For file-naming conventions see ![Content creation instructions](article:int-content). + + +# '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 file `int-conventions.md` @@ -43,41 +50,21 @@ Files purposed to be for internal use, and are *not public facing*: 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` # Images and attachments -> static/issue-x/author/image.png - \ No newline at end of file +*Note: When refencing an image or file provide a file path starting with a slash (`/`), and omit `static`.* \ No newline at end of file