Documenation updates

This commit is contained in:
Elio Struyf
2021-08-31 11:49:14 +02:00
parent 733e747f58
commit 0fd6e1c87b
32 changed files with 658 additions and 16 deletions
+1
View File
@@ -5,5 +5,6 @@ export interface PageFrontMatter {
date: string;
lastmod: string;
content: string;
fileName: string;
weight?: number;
}