summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 6a8fe78032ee25b4c725c5045f29dbee2fbbc3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
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"]