Closed esologic closed 2 months ago
Hello! Are users responsible for creating the set of favicons or is this something hugo can do for us? I'm talking about the:
Looking at the sample production/config.toml, providing a path to a logo with:
production/config.toml
[Params] description = "A (modular, highly tweakable) responsive one-page theme for Hugo" logo = "images/banner.jpg" favicon = true
Suggests to me that maybe hugo can make the files, but I'm not sure.
You create all of these assets using a different tool. Most favicon generators will produce all of these files for you.
Hello! Are users responsible for creating the set of favicons or is this something hugo can do for us? I'm talking about the:
Looking at the sample
production/config.toml
, providing a path to a logo with:Suggests to me that maybe hugo can make the files, but I'm not sure.