Compare commits

...

7 Commits

Author SHA1 Message Date
cjr 51c7f5376c added email to hugo.toml 2026-05-13 05:33:20 -05:00
cjr 9caf648a91 added resume 2026-05-13 05:23:37 -05:00
cjr ab09205b8f added certification page and updated hugo.toml 2026-05-13 05:13:56 -05:00
cjr 54bbb08b2e added profile to hugo.toml 2026-05-13 05:04:04 -05:00
cjr a81a24f54a added test post 2026-05-12 05:30:31 -05:00
cjr a123652af3 testing hook 2026-05-12 05:23:38 -05:00
cjr f51ac9ec59 testing hook 2026-05-12 05:21:51 -05:00
6 changed files with 43 additions and 1 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
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-05-12T05:29:07-05:00'
draft = false
title = 'Hello World'
+++
+25 -1
View File
@@ -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
BIN
View File
Binary file not shown.
View File
View File