imfreedom/www.imfreedom.org

Stop using --verbose as hugo deprecated it
default tip
4 months ago, Gary Kramlich
d9eeec8c7e11
Stop using --verbose as hugo deprecated it

WARN deprecated: --verbose was deprecated in Hugo v0.114.0 and will be removed in a future release. use --logLevel info

Testing Done:
Ran `npm run hugo` and `npm run hugo:server` and verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/2881/
baseURL = "https://imfreedom.org/"
languageCode = "en-us"
title = "Instant Messaging Freedom, Inc."
theme = "imfree"
[menu]
[[menu.main]]
name = "About"
url = "/"
weight = 0
[[menu.main]]
name = "Bylaws"
url = "/bylaws"
weight = 10
[[menu.main]]
name = "Voting Procedure"
url = "/voting"
weight = 20
[[menu.main]]
# TODO: remove the need to `nbsp` with CSS
name = """\
Knowledge Base \
  \
<i class="fas fa-external-link-alt fa-sm"></i>\
"""
url = "https://kb.imfreedom.org"
weight = 30
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 40
[[menu.main]]
name = "<span class=\"button donate is-info\">Donate</span>"
url = "/donate"
weight = 50