Hugo from windows create empty folders

I launch from cmd the instruction

hugo new site blog

and the cmd show me a success message but files haven’t been created.
How can I do?
Thanks you
Dario

This command:

hugo new site my-site

Should create this skeleton:

my-site/
├── archetypes/
│   └── default.md
├── content/
├── data/
├── layouts/
├── static/
├── themes/
└── config.toml

The only subdirectory that should have content is archetypes.

ok. I wrong in reading the docu. I thought in an installation of a very basic theme

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.