blog

Log | Files | Refs

commit 51c7f5376c82d36bcf3190e42f9b5e7065aa1b16
parent 9caf648a91f66deab1c813f8fa765c15f18bfce3
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Wed, 13 May 2026 05:33:20 -0500

added email to hugo.toml

Diffstat:
Mhugo.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/hugo.toml b/hugo.toml @@ -21,3 +21,8 @@ theme = 'PaperMod' name = "Resume" url = "/resume.pdf" weight = 20 + [[menus.main]] + name = "Email" + url = "mailto:chris.roberts@learningunix.net" + weight = 30 +