From e5da6f71048f9869da4dae7e4449b68af2181275 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 6 Sep 2020 21:15:27 +0530 Subject: [PATCH] add more config vars --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 1a4b716e..4e7233e7 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,8 @@ enableInlineShortcodes = true theme = "hugo-PaperMod" [params] + description = "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod" + author = "Theme PaperMod" ShowReadingTime = true SetThemeAuto = true contentTypeName = "posts"