From a6af13df5a24b3d4b6bd2b437884acf18cda7c9a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2015 13:01:00 +0200 Subject: [PATCH] config.toml: Add author name param Signed-off-by: Alan Orth --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index a63954610..a83c4ed90 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,6 @@ languageCode = "en-us" title = "CGSpace Notes" newContentEditor = "vim" theme = "vienna" + +[params] + author = "Alan Orth"