Improve formatting of Hugo command descriptions
authorAnthony Fok <foka@debian.org>
Tue, 4 Aug 2015 09:15:12 +0000 (03:15 -0600)
committerAnthony Fok <foka@debian.org>
Tue, 4 Aug 2015 09:19:57 +0000 (03:19 -0600)
commitf2ab0b2608a1c4dc7109733be7eff80738ae9712
treef7e62ec2544f4bf0b3417bc6aa5cdd967edc55cc
parente64e571b679b429f547b38ebcb1f8aab8d785e7b
Improve formatting of Hugo command descriptions

Trying to make them look good both in the terminal (`hugo help [command]`)
and in the web browser (http://gohugo.io/commands/).  :-)
31 files changed:
commands/benchmark.go
commands/check.go
commands/convert.go
commands/genautocomplete.go
commands/gendoc.go
commands/hugo.go
commands/list.go
commands/list_config.go
commands/new.go
commands/undraft.go
commands/version.go
docs/content/commands/hugo.md
docs/content/commands/hugo_benchmark.md
docs/content/commands/hugo_check.md
docs/content/commands/hugo_config.md
docs/content/commands/hugo_convert.md
docs/content/commands/hugo_convert_toJSON.md
docs/content/commands/hugo_convert_toTOML.md
docs/content/commands/hugo_convert_toYAML.md
docs/content/commands/hugo_genautocomplete.md
docs/content/commands/hugo_gendoc.md
docs/content/commands/hugo_help.md
docs/content/commands/hugo_list.md
docs/content/commands/hugo_list_drafts.md
docs/content/commands/hugo_list_future.md
docs/content/commands/hugo_new.md
docs/content/commands/hugo_new_site.md
docs/content/commands/hugo_new_theme.md
docs/content/commands/hugo_server.md
docs/content/commands/hugo_undraft.md
docs/content/commands/hugo_version.md