Compare commits
7 Commits
1d9b5a814f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 51c7f5376c | |||
| 9caf648a91 | |||
| ab09205b8f | |||
| 54bbb08b2e | |||
| a81a24f54a | |||
| a123652af3 | |||
| f51ac9ec59 |
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '2026-05-12T05:29:07-05:00'
|
||||
draft = false
|
||||
title = 'Hello World'
|
||||
+++
|
||||
@@ -1,4 +1,28 @@
|
||||
baseURL = 'https://learningunix.net/'
|
||||
languageCode = 'en-us'
|
||||
locale = 'en-us'
|
||||
title = 'learningunix.net'
|
||||
theme = 'PaperMod'
|
||||
|
||||
|
||||
[params]
|
||||
homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"}
|
||||
|
||||
[params.profileMode]
|
||||
enabled = true
|
||||
title = "Chris Roberts"
|
||||
subtitle = "Documenting technology related projects"
|
||||
|
||||
|
||||
[[menus.main]]
|
||||
name = "Certifications"
|
||||
url = "/certifications/"
|
||||
weight = 10
|
||||
[[menus.main]]
|
||||
name = "Resume"
|
||||
url = "/resume.pdf"
|
||||
weight = 20
|
||||
[[menus.main]]
|
||||
name = "Email"
|
||||
url = "mailto:chris.roberts@learningunix.net"
|
||||
weight = 30
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user