caressofsteel / hugo-story

A (modular, highly tweakable) responsive one-page Hugo template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favicon Generation

esologic opened this issue · comments

Hello! Are users responsible for creating the set of favicons or is this something hugo can do for us? I'm talking about the:

  • android-chrome-192x192.png
  • android-chrome-512x512.png
  • apple-touch-icon.png
  • browserconfig.xml
  • favicon.ico
  • favicon-16x16.png
  • favicon-32x32.png
  • mstile-150x150.png
  • safari-pinned-tab.svg
  • site.webmanifest

Looking at the sample production/config.toml, providing a path to a logo with:

[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.