diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 7cbeaa4..51f0171 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -3,9 +3,5 @@ date = '2026-02-19T17:06:48Z' draft = false title = 'Hello World' +++ -[author] - name = "Ash Marlow" -[params] - author = "Ash Marlow" Testing 123 \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 02166dc..8029f69 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,8 +2,11 @@ baseURL = 'https://me.marlow.boats' languageCode = 'en-uk' title = 'My Self-Hosted Blog' theme = 'PaperMod' - +[author] + name = "Ash Marlow" + [params] defaultTheme = "auto" showShareButtons = true - showCodeCopyButtons = true \ No newline at end of file + showCodeCopyButtons = true + author = "Ash Marlow" \ No newline at end of file