From 6b4d3263b67d7145bb6482ae8f551f0b28ab8068 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 26 Sep 2016 14:23:57 -0600 Subject: [PATCH] commands: Revise instructions after "hugo new site" mainly to fit inside 80-column wide terminal windows. See #1164 --- commands/new.go | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/commands/new.go b/commands/new.go index 4cd8d719..f3ed3217 100644 --- a/commands/new.go +++ b/commands/new.go @@ -153,12 +153,14 @@ func doNewSite(basepath string, force bool) error { 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 " command -2. Perhaps you want to add some content. You can add single files with "hugo new /." -3. Start the built-in live server via "hugo server" - -For more information read the documentation at https://gohugo.io.`) +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 " command. +2. Perhaps you want to add some content. You can add single files + with "hugo new /.". +3. Start the built-in live server via "hugo server". + +Visit https://gohugo.io/ for quickstart guide and full documentation.`) return nil } -- 2.30.2