commit 54bbb08b2e8b8a7e8aa7ca90474e75ff03cfb5bb parent a81a24f54a5f221a608a0292307dbccd9e25834c Author: Chris Roberts <chris.roberts@learningunix.net> Date: Wed, 13 May 2026 05:04:04 -0500 added profile to hugo.toml Diffstat:
| M | hugo.toml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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"