blog

Log | Files | Refs

commit ab09205b8f2c4e0ae42257789356538485d10267
parent 54bbb08b2e8b8a7e8aa7ca90474e75ff03cfb5bb
Author: Chris Roberts <chris.roberts@learningunix.net>
Date:   Wed, 13 May 2026 05:13:56 -0500

added certification page and updated hugo.toml

Diffstat:
Acontent/certifications.md | 13+++++++++++++
Mhugo.toml | 6++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/content/certifications.md b/content/certifications.md @@ -0,0 +1,13 @@ ++++ +date = '2026-05-13T05:07:25-05:00' +draft = false +title = 'Certifications' ++++ + + +## Certifications + +- **CompTIA Linux+** — 6 February 2026 +- **CompTIA A+** — 17 April 2026 + + diff --git a/hugo.toml b/hugo.toml @@ -11,3 +11,9 @@ theme = 'PaperMod' enabled = true title = "Chris Roberts" subtitle = "Documenting technology related projects" + + + [[menus.main]] + name = "Certifications" + url = "/certifications/" + weight = 10