From 54bbb08b2e8b8a7e8aa7ca90474e75ff03cfb5bb Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 13 May 2026 05:04:04 -0500 Subject: [PATCH] added profile to hugo.toml --- hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hugo.toml b/hugo.toml index 42e4eb6..7186578 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,12 @@ baseURL = 'https://learningunix.net/' locale = 'en-us' title = 'learningunix.net' theme = 'PaperMod' + + +[params] + homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"} + +[params.profileMode] + enabled = true + title = "Chris Roberts" + subtitle = "Documenting technology related projects"