From ab09205b8f2c4e0ae42257789356538485d10267 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 13 May 2026 05:13:56 -0500 Subject: [PATCH] added certification page and updated hugo.toml --- content/certifications.md | 13 +++++++++++++ hugo.toml | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 content/certifications.md diff --git a/content/certifications.md b/content/certifications.md new file mode 100644 index 0000000..3de2d9e --- /dev/null +++ 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 index 7186578..8717ee8 100644 --- 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