mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commit
2850692a76
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ var disableLiveReload bool
|
|||
|
||||
var serverCmd = &cobra.Command{
|
||||
Use: "server",
|
||||
Short: "Hugo runs it's own a webserver to render the files",
|
||||
Long: `Hugo is able to run it's own high performance web server.
|
||||
Short: "Hugo runs its own webserver to render the files",
|
||||
Long: `Hugo is able to run its own high performance web server.
|
||||
Hugo will render all the files defined in the source directory and
|
||||
Serve them up.`,
|
||||
//Run: server,
|
||||
|
|
Loading…
Reference in a new issue