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'