gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.63k stars 7.45k forks source link

Hugo outputs weird characters on Windows Console(s) #4462

Closed seshaljain closed 6 years ago

seshaljain commented 6 years ago

Firstly, hugo version: Hugo Static Site Generator v0.36.1 windows/386 BuildDate: 2018-02-15T09:08:18Z

I started using Hugo recently and saw ←[K25lBuilding sites . ←[?25h while running hugo from Git Bash, CMD and bash via integrated terminal in VS Code.

I think they are formatting characters, but could not find any issues or threads regarding them so created a new one.

(CMD output):

C:\Users\HP\Documents>hugo new site test-hugo
Congratulations! Your new Hugo site is created in C:\Users\HP\Documents\test-hug
o.

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".

Visit https://gohugo.io/ for quickstart guide and full documentation.

C:\Users\HP\Documents>cd test-hugo

C:\Users\HP\Documents\test-hugo>hugo
←[K25lBuilding sites . ←[?25h
                   | EN
+------------------+----+
  Pages            |  3
  Paginator pages  |  0
  Non-page files   |  0
  Static files     |  0
  Processed images |  0
  Aliases          |  0
  Sitemaps         |  1
  Cleaned          |  0

Total in 66 ms
github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.