added Posts section
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-05-14T05:17:27-05:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Infrastructure as Code With Opentofu'
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -3,7 +3,6 @@ locale = 'en-us'
|
|||||||
title = 'learningunix.net'
|
title = 'learningunix.net'
|
||||||
theme = 'PaperMod'
|
theme = 'PaperMod'
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"}
|
homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"}
|
||||||
|
|
||||||
@@ -11,18 +10,22 @@ 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 = "Posts"
|
||||||
|
url = "/posts/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Certifications"
|
name = "Certifications"
|
||||||
url = "/certifications/"
|
url = "/certifications/"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Resume"
|
name = "Resume"
|
||||||
url = "/resume.pdf"
|
url = "/resume.pdf"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Email"
|
name = "Email"
|
||||||
url = "mailto:chris.roberts@learningunix.net"
|
url = "mailto:chris.roberts@learningunix.net"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user