shithub: hugo

Download patch

ref: 6b4d3263b67d7145bb6482ae8f551f0b28ab8068
parent: 0c223d9c7acc25f33d95e97aabdef58cc5e97b63
author: Anthony Fok <[email protected]>
date: Mon Sep 26 10:23:57 EDT 2016

commands: Revise instructions after "hugo new site"

mainly to fit inside 80-column wide terminal windows.

See #1164

--- a/commands/new.go
+++ b/commands/new.go
@@ -153,12 +153,14 @@
 	jww.FEEDBACK.Printf("Congratulations! Your new Hugo site is created in %q.\n\n", basepath)
 	jww.FEEDBACK.Println(`Just a few more steps and you're ready to go:
 
-1. Download a theme into the same-named folder. Choose a theme from https://themes.gohugo.io or
-   create your own with the "hugo new theme <THEMENAME>" command
-2. Perhaps you want to add some content. You can add single files with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>"
-3. Start the built-in live server via "hugo server"
+1. Download a theme into the same-named folder.
+   Choose a theme from https://themes.gohugo.io/, or
+   create your own with the "hugo new theme <THEMENAME>" command.
+2. Perhaps you want to add some content. You can add single files
+   with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>".
+3. Start the built-in live server via "hugo server".
 
-For more information read the documentation at https://gohugo.io.`)
+Visit https://gohugo.io/ for quickstart guide and full documentation.`)
 
 	return nil
 }