Y
Hacker News
new
|
ask
|
show
|
jobs
by
hipadev23
575 days ago
How do you even know? Don't those both just generate static html?
2 comments
tr1ll10nb1ll
575 days ago
Footer. also Jekyll/Hugo sites use generator so you can mostly find it in the meta generator tag.
Next.js sites are also a super easy find like this.
link
veqq
575 days ago
You can trivially remove it e.g. `disableHugoGeneratorInject = true` in `config.toml`.
link
thesdev
575 days ago
It says "Powered by Hugo" at the bottom of the page.
link
Zambyte
575 days ago
Depending on the theme.
link
rahkiin
575 days ago
I build my own themes and don’t include that either
link
mikae1
575 days ago
Same here
link
Next.js sites are also a super easy find like this.