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