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