From 2fe93ce77c9b0011d9cd6929dc366fdce66e2f2c Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 4 Jan 2023 11:08:32 +0100 Subject: [PATCH] build: add fronmatter vscode extention --- frontmatter.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontmatter.json diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000..561c5b4 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://frontmatter.codes/frontmatter.schema.json" +} \ No newline at end of file -- GitLab