Trigger an editor after `hugo new`.
authorAustin Ziegler <austin@zieglers.ca>
Wed, 15 Oct 2014 02:48:55 +0000 (22:48 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 12 Dec 2014 16:33:52 +0000 (11:33 -0500)
commitec4b6c03a8139988d6456195fe098b3dcfaca91d
tree23bf2296294661abe05255c2637088bbe32cfd59
parent2c8e9a79313f91a55e5c99fd20f88acc4035bd2d
Trigger an editor after `hugo new`.

- Trigger permanently with NewContentEditor in config.{toml,yaml,json}.
- Trigger on an individual basis with --editor.
commands/hugo.go
create/content.go