commit a81a24f54a5f221a608a0292307dbccd9e25834c parent a123652af330381627a0f7665234a823bb843b21 Author: Chris Roberts <chris.roberts@learningunix.net> Date: Tue, 12 May 2026 05:30:31 -0500 added test post Diffstat:
| A | content/posts/hello-world.md | | | 5 | +++++ |
| M | hugo.toml | | | 2 | +- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md @@ -0,0 +1,5 @@ ++++ +date = '2026-05-12T05:29:07-05:00' +draft = false +title = 'Hello World' ++++ diff --git a/hugo.toml b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://learningunix.net/' -languageCode = 'en-us' +locale = 'en-us' title = 'learningunix.net' theme = 'PaperMod'