From ab3d2d785758aebf0da5a59c3aed6a172a71f59d Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 16 May 2025 19:34:51 +0200 Subject: Add author rendering --- wiki/setup.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wiki/setup.md') diff --git a/wiki/setup.md b/wiki/setup.md index ef17db8..b93f21d 100644 --- a/wiki/setup.md +++ b/wiki/setup.md @@ -169,6 +169,8 @@ Sample post config. ```markdown --- title: "Log-Structured Merge Tree" +author: "Francesco" +authorAvatarPath: "/avatar.jpeg" date: "2023-11-12" summary: "An LSM Tree overview and Java implementation." description: "An LSM Tree overview and Java implementation." -- cgit v1.2.3