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"