added certification page and updated hugo.toml

This commit is contained in:
2026-05-13 05:13:56 -05:00
parent 54bbb08b2e
commit ab09205b8f
2 changed files with 19 additions and 0 deletions
+13
View File
@@ -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
+6
View File
@@ -11,3 +11,9 @@ theme = 'PaperMod'
enabled = true enabled = true
title = "Chris Roberts" title = "Chris Roberts"
subtitle = "Documenting technology related projects" subtitle = "Documenting technology related projects"
[[menus.main]]
name = "Certifications"
url = "/certifications/"
weight = 10