From 2ff2f6ef6e73adb68b339a7e3844a80205bf5be0 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 3 Nov 2022 14:43:14 -0400 Subject: [PATCH] Add site description --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bc6a761..3526349 100644 --- a/config.toml +++ b/config.toml @@ -3,8 +3,10 @@ languageCode = 'en-us' title = '~redstrate' theme = 'red' enableGitInfo = true +[params] + description = "My personal corner of the Internet!" -copyright = 'This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0.' +copyright = 'This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0.' [author] name = 'redstrate'