From a81a24f54a5f221a608a0292307dbccd9e25834c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 12 May 2026 05:30:31 -0500 Subject: [PATCH] added test post --- content/posts/hello-world.md | 5 +++++ hugo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/posts/hello-world.md diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..3266c86 --- /dev/null +++ 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 index 53c749b..42e4eb6 100644 --- 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'