diff options
author | testuser <testuser@archlinux> | 2025-06-15 18:11:33 +0530 |
---|---|---|
committer | testuser <testuser@archlinux> | 2025-06-15 18:11:33 +0530 |
commit | af54cdb9228ccab6dcc1767e05b88a5bf5809783 (patch) | |
tree | a32db3cd749de91d43a2054f5461bfeb6dffed7d /hugo.toml | |
parent | 76865d553f4b2e0b0e1338514e7791746fdad69f (diff) |
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"] |