blog

Log | Files | Refs

commit 34bc1d24835c8584c32bb10b574d78c1588cb2a3
parent ab5e3597dfc98b4da8db0470fb919cef41e8cc99
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Wed, 20 May 2026 05:32:20 -0500

updated some links

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

diff --git a/hugo.toml b/hugo.toml @@ -11,9 +11,9 @@ theme = 'PaperMod' title = "Chris Roberts" subtitle = "Documenting technology related projects" [[menus.main]] - name = "Posts" - url = "/posts/" - weight = 1 + name = "Code" + url = "https://gitea.learningunix.net" + weight = 2 [[menus.main]] name = "Certifications"