personal-website/config/_default/config.toml
baalajimaestro 2ecbb5543b
Dont inject hugo meta tag
We provide the fact that its built by hugo on the footer, this just adds a version meta tag, and i dont want version vulnerabilities to be easily targetted

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-16 21:25:57 +05:30

11 lines
190 B
TOML

baseURL = "https://baalajimaestro.me"
enableEmoji = true
enableRobotsTXT = true
defaultContentLanguage = "en"
disableHugoGeneratorInject = true
[outputs]
home = ["HTML", "RSS", "JSON"]