diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,3 +2,10 @@ baseURL = 'https://devlearnings.xyz/' languageCode = 'en-in' title = 'My Personal Website.' theme = 'LucentLink-Hugo' + +[params] + description = "A clean, customizable, and responsive Linktree-style landing page built using HTML, Tailwind CSS, and Font Awesome." + googleAnalytics = "" # your GA ID, if any + +[outputs] + home = ["HTML"] |