diff --git a/config.toml b/config.toml index 879cb8e..122c797 100644 --- a/config.toml +++ b/config.toml @@ -2,11 +2,6 @@ baseURL = 'https://ataricode.com/' languageCode = 'en-us' title = 'Atari Code' -[author] - name = "Greg Gauthier" - email = "gmgauthier@protonmail.com" - - enableInlineShortcodes = true enableGitInfo = true canonifyurls = true @@ -28,6 +23,9 @@ canonifyurls = true tag = "tags" [params] + [author] + name = "Greg Gauthier" + email = "gmgauthier@protonmail.com" logo = "img/atari-symbol-only-no-background.png" titleLink = "https://ataricode.com/" subtitle = "A site devoted to learning to code on Atari 8-Bit computers."