Problem with localhost

Hello all,

I am trying to setup Hugo website and I am facing some troubles when I try the last command of the tutorial (https://gohugo.io/overview/quickstart/ step 5)

hugo server --theme=hugo_theme_robust --buildDrafts`

More specifically after typing the above I am getting this error:

Error: Unable to locate Config file. Perhaps you need to create a new site.
       Run `hugo help new` for details. (Unsupported Config Type "")

Here is my config.toml

languageCode = "en-us"
title = "hugasdfo"
theme = "hugo_theme_robust"

any thoughts?

Best
Alex

Move to the site folder before you invoke the command.

Thanks for the swift reply,

It worked but now I am getting a chrome error “This site can’t be reached”.

I am trying to reach localhost:1313

Any thoughts?

Any logs from hugo?