From 3e6b4f0d2fc5ca4ed5df64fe55fcbbaed9a1084d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 14 May 2026 05:29:02 -0500 Subject: [PATCH] added Posts section --- .../infrastructure-as-code-with-opentofu.md | 8 +++++++ hugo.toml | 21 +++++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 content/posts/infrastructure-as-code-with-opentofu.md diff --git a/content/posts/infrastructure-as-code-with-opentofu.md b/content/posts/infrastructure-as-code-with-opentofu.md new file mode 100644 index 0000000..738f720 --- /dev/null +++ b/content/posts/infrastructure-as-code-with-opentofu.md @@ -0,0 +1,8 @@ ++++ +date = '2026-05-14T05:17:27-05:00' +draft = true +title = 'Infrastructure as Code With Opentofu' ++++ + + + diff --git a/hugo.toml b/hugo.toml index f563fa0..1cc7ad0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,6 @@ locale = 'en-us' title = 'learningunix.net' theme = 'PaperMod' - [params] homeInfoParams = {Title = "Chris Roberts", Content = "Linux, BSD, Infrastructure as code, hardware project documentation"} @@ -11,18 +10,22 @@ theme = 'PaperMod' enabled = true title = "Chris Roberts" subtitle = "Documenting technology related projects" +[[menus.main]] + name = "Posts" + url = "/posts/" + weight = 1 +[[menus.main]] + name = "Certifications" + url = "/certifications/" + weight = 10 - [[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 +[[menus.main]] + name = "Email" + url = "mailto:chris.roberts@learningunix.net" + weight = 30