mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -37,6 +37,7 @@ import (
|
|||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
||||||
"github.com/gohugoio/hugo/common/herrors"
|
"github.com/gohugoio/hugo/common/herrors"
|
||||||
|
"github.com/gohugoio/hugo/common/hugo"
|
||||||
"github.com/gohugoio/hugo/common/loggers"
|
"github.com/gohugoio/hugo/common/loggers"
|
||||||
"github.com/gohugoio/hugo/common/terminal"
|
"github.com/gohugoio/hugo/common/terminal"
|
||||||
|
|
||||||
@@ -283,6 +284,7 @@ func (c *commandeer) fullBuild() error {
|
|||||||
|
|
||||||
if !c.h.quiet {
|
if !c.h.quiet {
|
||||||
fmt.Println("Start building sites … ")
|
fmt.Println("Start building sites … ")
|
||||||
|
fmt.Println(hugo.BuildVersionString())
|
||||||
if isTerminal() {
|
if isTerminal() {
|
||||||
defer func() {
|
defer func() {
|
||||||
fmt.Print(showCursor + clearLine)
|
fmt.Print(showCursor + clearLine)
|
||||||
|
Reference in New Issue
Block a user