halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.13k stars 602 forks source link

Document the feature `selfHosted` #446

Closed RoneoOrg closed 1 year ago

RoneoOrg commented 1 year ago

With default settings, visiting to a website using Beautifulhugo connects also to remote services like google fonts or jsdelivr

This can be avoided with the following param in config.toml:

[Params]
  selfHosted = true

Note the following reports:

marcogabriel commented 1 year ago

Thanks for mentioning the selfHosted setting - that was exactly what I was looking for. I created a PR to README.md - maybe it get's integrated so that other people looking for that feature won't need to check issues first :-).