From 8bab4bd76ff7f62f1594b61a01e2317844c43f84 Mon Sep 17 00:00:00 2001 From: CrepeGoat Date: Sun, 1 Dec 2024 21:17:02 -0500 Subject: [PATCH] added better default settings - added name to front page - added github & linkedin links - allowed git info for populating modification timestamps --- hugo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/hugo.toml b/hugo.toml index 19ac4bf..558f896 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,7 @@ theme = 'hermit-v2' # more config options exemplified at # https://github.com/1bl4z3r/hermit-V2/blob/main/hugo.toml.example +# https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/ [params] dateform = "Jan 2, 2006" @@ -12,6 +13,24 @@ theme = 'hermit-v2' dateformNum = "2006-01-02" dateformNumTime = "2006-01-02 15:04 -0700" + homeSubtitle = "Becker Awqatty's public brainscape" + gitUrl = "https://github.com/CrepeGoat/blog/tree/main" + enableGitInfo = true + + readTime = true + shareSocial = true + + [params.author] + name = "BekR" + + [[params.socialLinks]] + name = "github" + url = "https://github.com/CrepeGoat/blog/tree/main" + + [[params.socialLinks]] + name = "linkedin" + url = "https://www.linkedin.com/in/beckerawqatty/" + [menu] [[menu.main]]